Click or drag to resize

IHierarchyItemBaseAsyncCreated Property

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

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

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