Click or drag to resize

IItemContentAsyncEtag Property

IT Hit WebDAV Classes Reference
Gets entity tag - string that identifies current state of file's content.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
string Etag { get; }

Property Value

Type: String
Usually server will return here cheksum or hash or counter which increases with every modification. If server does not support ETags null is returned.
Remarks
Server updates this this property when file content changes. This property is not updated when file is locked, unlocked or its properties change. More information about etags is available here: http://en.wikipedia.org/wiki/HTTP_ETag
See Also