Click or drag to resize

IFileMetadata Properties

IT Hit User File System

The IFileMetadata type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets or sets file or folder attributes.
(Inherited from IMetadata.)
Public propertyChangeTime
Gets or sets date and time the file or directory metadata (such as attributes) or content were last modifired.
(Inherited from IMetadata.)
Public propertyContentETag
Indicates if file content is modified. This property allows updating file content and metadata separately.
Public propertyCreationTime
Gets or sets the creation date and time of the file or directory.
(Inherited from IMetadata.)
Public propertyLastAccessTime
Gets or sets date and time the file or directory was last accessed.
(Inherited from IMetadata.)
Public propertyLastWriteTime
Gets or sets date and time the file content or directory was last written to.
(Inherited from IMetadata.)
Public propertyLength
Gets or sets file content lenght.
Public propertyMetadataETag
Indicates if metadata is modified. This property allows updating file content and metadata separately.
(Inherited from IMetadata.)
Public propertyName
Gets or sets the file or folder name.
(Inherited from IMetadata.)
Public propertyProperties
Custom data associated with an item, organised as a dictionary.
(Inherited from IMetadata.)
Public propertyRemoteStorageItemId
Remote storage item ID, which uniquely identifies file or folder withing your user file system.
(Inherited from IMetadata.)
Public propertyRemoteStorageParentItemId
Remote storage item Parent ID. Identifies parent folder of this item.
(Inherited from IMetadata.)
Top
See Also