Click or drag to resize

CustomDataExtensions Class

IT Hit User File System
Provides methods for getting and setting content eTag and metadata eTag associated with a file or folder.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.WindowsCustomDataExtensions

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public static class CustomDataExtensions

The CustomDataExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetContentETag
Get content eTag or null if content eTag was never set.
Public methodStatic memberGetMetadataETag
Get metadata eTag or null if metadata eTag was never set.
Public methodStatic memberTryGetContentETag
Tries to get content eTag.
Public methodStatic memberTryGetMetadataETag
Tries to get metadata eTag.
Top
See Also