Represents a ShareFile Folder container. Folder is a subclass of Item. A Folder contains a list of Children.
Name | Type | Description |
FileCount | Int32 | Number of Items defined under this Folder, including sub-folder counts. |
Children | List of Item | List of Children defined under this folder. |
HasRemoteChildren | Boolean | Defines whether the request to retreive Children is to be navigated to a remote endpoint. |
Info | ItemInfo | Effective Access Control Permissions for this Folder |
Redirection | Redirection | Redirection endpoint for this Item. |
FavoriteFolder | FavoriteFolder | Favorite Folder object associated to this item (This property would be deprecated in favor of the new 'Favorite' property under Item) |