Class ContentFolderSelectorProperties
The client properties of the ContentFolderSelectorComponent.
public sealed class ContentFolderSelectorProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectContentFolderSelectorProperties
- 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