Class ContentFolderSelectorComponentAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Represents a form component attribute for the content folder selector.
public sealed class ContentFolderSelectorComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeContentFolderSelectorComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'int'.
Properties
DisabledFolderIds
The array of disabled folder identifiers.
public IEnumerable<int> DisabledFolderIds { get; }
Property Value
- IEnumerable<int>
DisabledFolderIdsFilter
A filter to disable specific folders. It must implement IContentFolderIdsFilter interface.
public Type DisabledFolderIdsFilter { get; set; }
Property Value
- Type
Inline
Indicating whether the content folder selector should be displayed inline (only tree view with label).
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