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
Syntaxpublic 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.
RemarksSee class comments for more details about this property.
See Also