Table of Contents

Class ContentFolderSelectorProperties

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

The client properties of the ContentFolderSelectorComponent.

public sealed class ContentFolderSelectorProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
ContentFolderSelectorProperties
Implements
Inherited Members
Extension Methods

Properties

DisabledFolderIds

The array of disabled folder identifiers.

public IEnumerable<int> DisabledFolderIds { get; set; }

Property Value

IEnumerable<int>

DisabledFolderIdsFilter

A filter to disable specific folders. It must implement IContentFolderIdsFilter interface.

public Type DisabledFolderIdsFilter { get; }

Property Value

Type

Inline

Indicates whether the content folder selector should be displayed inline (label and tree view only).

public bool Inline { get; set; }

Property Value

bool

RootName

The name of the root folder. If not specified, default root name is used.

public string RootName { get; set; }

Property Value

string

WorkspaceName

Name of the workspace for which folders should be listed.

public string WorkspaceName { get; set; }

Property Value

string