IFileSystemItemMetadata Properties |
The IFileSystemItemMetadata type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets or sets file or folder attributes.
| |
ChangeTime |
Gets or sets date and time the file or directory metadata (such as attributes) or content were last modifired.
| |
CreationTime |
Gets or sets the creation date and time of the file or directory.
| |
LastAccessTime |
Gets or sets date and time the file or directory was last accessed.
| |
LastWriteTime |
Gets or sets date and time the file content or directory was last written to.
| |
MetadataETag |
Indicates if metadata is modified. This property allows updating file content and metadata separately.
| |
Name |
Gets or sets the file or folder name.
| |
Properties |
Custom data associated with a item, organised as a dictionary.
| |
RemoteStorageItemId |
Remote storage item ID which uniquely identifies file or folder withing your user file system.
| |
RemoteStorageParentItemId |
Remote storage item Parent ID. Identifies parent folder of this item.
|