Click or drag to resize

IHierarchyItemCreated Property

IT Hit WebDAV Classes Reference
Gets the creation date of the item in repository expressed as the coordinated universal time (UTC).

Namespace: ITHit.WebDAV.Server
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
DateTime Created { get; }

Property Value

Type: DateTime
Examples

The code below is part of 'WebDAVServer.NtfsStorage' sample provided with the SDK.

public DateTime Created
{
    get { return fileSystemInfo.CreationTimeUtc; }
}
See Also