IWebDavStoreItem ModificationDate Property WebDAV#
Gets the modification date of this IWebDavStoreItem.

Namespace: WebDAVSharp.Server.Stores
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
DateTime ModificationDate { get; }

Property Value

Type: DateTime
The modification date.
See Also