Class GetFormItemsForCreateSmartFolderResult
The result of the following commands:
- Kentico.Xperience.Admin.Base.ISmartFolderCommandManager.GetFormItemsForCreateSmartFolder(System.Threading.CancellationToken)
public sealed class GetFormItemsForCreateSmartFolderResult
- Inheritance
-
objectGetFormItemsForCreateSmartFolderResult
- Extension Methods
Properties
FilterItems
The form items to be displayed.
public IEnumerable<IFormItemClientProperties> FilterItems { get; set; }
Property Value
- IEnumerable<IFormItemClientProperties>
FormName
The name of the smart folder form.
public string FormName { get; set; }
Property Value
- string
Headline
The headline of the smart folder form.
public string Headline { get; set; }
Property Value
- string