Container |
[DataContractAttribute] public class ContainerFolder
The ContainerFolder type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainerFolder | Initializes a new instance of the ContainerFolder class |
| Name | Description | |
|---|---|---|
| ContentCount | Content count of this folder (this does not include the content count of sub-folders). | |
| DisplayName | Folder display name. | |
| IsRoot | Gets or sets whether this folder is the root folder. See remarks. | |
| Path | Full relative path of the folder. | |
| SubFolderPathDictionary | Dictionary with sub-folder path as key (and key does not have trailing path char '\\'). | |
| SubFolders | All sub-folders of this folder. |
| Name | Description | |
|---|---|---|
| AddSubFolder | RESERVED. Adds a related path to a root folder. Used internally by SDK. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |