Click or drag to resize

IHierarchyItemAsyncCreated 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: 7.1.4620
Syntax
DateTime Created { get; }

Property Value

Type: DateTime
Examples

The code below is part of 'WebDAVServer.FileSystemStorage.AspNet' C# & VB samples provided with the SDK.

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