Table of Contents

Class AssetFolderFormSubmissionCommandResult

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents folder form submission result with data for the asset folder.

public sealed class AssetFolderFormSubmissionCommandResult : FormSubmissionResult
Inheritance
object
AssetFolderFormSubmissionCommandResult
Inherited Members
Extension Methods

Constructors

AssetFolderFormSubmissionCommandResult(FormSubmissionStatus)

Initializes a new instance of the AssetFolderFormSubmissionCommandResult class.

public AssetFolderFormSubmissionCommandResult(FormSubmissionStatus status)

Parameters

status FormSubmissionStatus

The success/failure status of the result.

Properties

Folder

Newly created asset folder.

public AssetFolderTreeViewItem Folder { get; set; }

Property Value

AssetFolderTreeViewItem

FolderTreeLevel

Ordered folders from the level where the new folder was created, meaning the new folder and its immediate siblings.

public IList<AssetFolderTreeViewItem> FolderTreeLevel { get; set; }

Property Value

IList<AssetFolderTreeViewItem>