Click or drag to resize

IFileSystemItemMetadata Interface

IT Hit User File System
Represents basic information about a file or a folder in the user file system, such as name, creation and modification date, etc.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public interface IFileSystemItemMetadata

The IFileSystemItemMetadata type exposes the following members.

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