Click or drag to resize

ContentStreamContentModified Property

IT Hit WebDAV Classes Reference
Indiacetes that file content was modified.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public bool ContentModified { get; }

Property Value

Type: Boolean
true if file content was modified since the requested date/time or eTag. false otherwise.
Remarks
See class comments for more details about this property.
See Also