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; }
Public ReadOnly Property ContentModified As Boolean
Get
public:
property bool ContentModified {
bool get ();
}
member ContentModified : bool with get
Property Value
Type:
Booleantrue 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