Table of Contents

Class SmartInlineAssetUploadModel

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

Model for a smart inline asset upload side panel.

public sealed class SmartInlineAssetUploadModel
Inheritance
object
SmartInlineAssetUploadModel
Extension Methods

Constructors

SmartInlineAssetUploadModel()

public SmartInlineAssetUploadModel()

Properties

ContentFolderID

Gets or sets the ID of the parent folder for the content item.

[ContentFolderSelectorComponent(Label = "{$contenthub.contentitem.create.contentitemparent$}", RootName = "{$contenthub.contentfolder.rootUncategorized$}", Order = 2)]
[RequiredValidationRule]
[VisibleIfSettingsKeyEquals("CMSEnableContentHubFolders", "True", StringComparison.OrdinalIgnoreCase)]
[FormComponentConfiguration(typeof(ContentFolderSelectorConfigurator), "WorkspaceID")]
public int ContentFolderID { get; set; }

Property Value

int

WorkspaceID

Workspace identifier.

[FormComponentConfiguration(typeof(WorkspaceSelectorConfigurator))]
public string WorkspaceID { get; set; }

Property Value

string