Class SmartFolder
The smart folder that is used as result for the GetFolders(GetSmartFoldersRequest, CancellationToken) and GetFolder(GetSmartFolderRequest, CancellationToken)
public sealed class SmartFolder
- Inheritance
-
objectSmartFolder
- Extension Methods
Properties
Guid
Gets or sets the GUID of the smart folder.
public Guid Guid { get; set; }
Property Value
- Guid
HasViewPermission
Indicates whether the current user has permission to view the smart folder.
public bool HasViewPermission { get; set; }
Property Value
- bool
IsEnabledForDelivery
Gets or sets if the smart folder is enabled for delivery.
public bool IsEnabledForDelivery { get; set; }
Property Value
- bool
Name
Gets or sets the name of the smart folder.
public string Name { get; set; }
Property Value
- string
NavigationPath
Gets or sets the navigation path of the smart folder.
public string NavigationPath { get; set; }
Property Value
- string
WorkspaceId
Gets or sets the workspace identifier.
public int WorkspaceId { get; set; }
Property Value
- int