Directory |
The DirectoryItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes | Directory file system attributes. | |
| CreationTimeUtc | Gets or sets the creation time, in coordinated universal time (UTC), of the current file or directory. | |
| Documents | Child documents directly contained by this directory. | |
| ErrorMessage | Error message for the error that occurred enumerating the directory. | |
| HasError | Error occured enumerating the directory. | |
| LastAccessTimeUtc | Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed. | |
| LastWriteTimeUtc | Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to. | |
| Members | Returns the sub-directory items of this instance first and then the document items of this instance. | |
| Name | Directory or file name. | |
| NameWithTotalFileCount | Name of the directory and total document count under the directory as a string. Format: "Name (count)" | |
| Owner | Gets or sets the file system owner. | |
| Path | Full path of the directory | |
| Result | Result of the enumeration of this directory item. | |
| SubDirectories | Sub-directories of this directory item. | |
| TotalDirectoryCount | Total number of sub-directories in this directory. | |
| TotalDocumentCount | Total number of documents contained directly in this directory and in all sub-directories nested under this directory (inclused sub-directories of sub. | |
| TotalSizeInBytes | Total size, in bytes, of all the documents in this directory and in all sub-directories nested under this directory. |