FileSystemItemMetadata Class |
Namespace: ITHit.FileSystem
The FileSystemItemMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileSystemItemMetadata | Initializes a new instance of the FileSystemItemMetadata class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |