FileMetadataContentETag Property |
IT Hit User File System
Indicates if file content is modified. This property allows updating file content and metadata separately.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public string ContentETag { get; set; }
Public Property ContentETag As String
Get
Set
public:
virtual property String^ ContentETag {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ContentETag : string with get, set
override ContentETag : string with get, set
Property Value
Type:
StringImplements
IFileMetadataContentETagSee Also