Directory |
[DataContractAttribute] public class DirectoryResult
The DirectoryResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DirectoryResult | Initializes a new instance of the DirectoryResult class |
| Name | Description | |
|---|---|---|
| CreationTimeUtc | Gets or sets the creation time, in coordinated universal time (UTC), of the current file or directory. | |
| DirectoryID | Directory unique integer ID (-1 means uninitialized). | |
| Documents | Only documents directly contained by this directory. This propert is only set if returned by InventoryDirectoriesAndFiles. | |
| DocumentsOwnedCount | The number of documents contained directly in this directory, does not include sub-directories. | |
| ErrorMessage | Error message for the error that occurred enumerating the directory. | |
| FileAttributes | Directory file system attributes. | |
| HasError | Error occured enumerating the directory. | |
| IsEnumerated | Is directory item completely enumerated. This property is only set by classes InventoryDirectoriesAndFiles and InventoryDirectoriesOnly. | |
| 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. | |
| 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. | |
| ParentDirectoryID | Parent directory unique integer ID (-1 means no parent). | |
| Path | Full path of the directory | |
| Result | Result of the enumeration 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. |
| Name | Description | |
|---|---|---|
| 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) |