Click or drag to resize

FileSystemItemMetadataMac Class

IT Hit User File System
Inheritance Hierarchy

Namespace:  ITHit.FileSystem.Mac
Assembly:  ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax
public class FileSystemItemMetadataMac : FileSystemItemMetadata, 
	IFileSystemItemMetadataMac, IFileSystemItemMetadata

The FileSystemItemMetadataMac type exposes the following members.

Constructors
  NameDescription
Public methodFileSystemItemMetadataMac
Initializes a new instance of the FileSystemItemMetadataMac class
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets file or folder attributes.
(Inherited from FileSystemItemMetadata.)
Public propertyCapabilities
Public propertyChangeTime
Gets or sets date and time the file or directory metadata (such as attributes) or content were last modifired.
(Inherited from FileSystemItemMetadata.)
Public propertyContentVersion
Public propertyCreationTime
Gets or sets the creation date and time of the file or directory.
(Inherited from FileSystemItemMetadata.)
Public propertyDecorations
Public propertyLastAccessTime
Gets or sets date and time the file or directory was last accessed.
(Inherited from FileSystemItemMetadata.)
Public propertyLastWriteTime
Gets or sets date and time the file content or directory was last written to.
(Inherited from FileSystemItemMetadata.)
Public propertyMetadataETag
Indicates if metadata is modified. This property allows updating file content and metadata separately.
(Inherited from FileSystemItemMetadata.)
Public propertyMetadataVersion
Public propertyName
Gets or sets the file or folder name.
(Inherited from FileSystemItemMetadata.)
Public propertyProperties
Custom data associated with a item, organised as a dictionary.
(Inherited from FileSystemItemMetadata.)
Public propertyRemoteStorageItemId
Remote storage item ID which uniquely identifies file or folder withing your user file system.
(Inherited from FileSystemItemMetadata.)
Public propertyRemoteStorageParentItemId
Remote storage item Parent ID. Identifies parent folder of this item.
(Inherited from FileSystemItemMetadata.)
Public propertyUserInfo
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also