Class SmartFolder
The smart folder that is used as result for the GetSmartFolders(GetSmartFoldersArguments, CancellationToken)
public sealed class SmartFolder
- Inheritance
-
objectSmartFolder
- Extension Methods
Properties
HasValidFilter
Gets or sets flag if the current smart folder has a valid filter properties.
public bool HasValidFilter { get; set; }
Property Value
- bool
Id
Gets or sets the ID of the folder.
public int Id { get; set; }
Property Value
- int
IsContentDeliveryEnabled
Gets or sets the isContentDeliveryEnabled value of the folder.
public bool IsContentDeliveryEnabled { get; set; }
Property Value
- bool
Name
Gets or sets the name of the folder.
public string Name { get; set; }
Property Value
- string