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; }
ReadOnly Property Created As DateTime
Get
ReadOnly Property Created As DateTime
Get
property DateTime Created {
DateTime get ();
}
property DateTime Created {
DateTime get ();
}
abstract Created : DateTime with get
abstract Created : DateTime with get
Property Value
Type:
DateTimeExamples The code below is part of 'WebDAVServer.FileSystemStorage.AspNet' C# & VB samples provided with the SDK.
public DateTime Created { get { return fileSystemInfo.CreationTimeUtc; } }
Public ReadOnly Property Created As DateTime Implements IHierarchyItemBaseAsync.Created
Get
Return fileSystemInfo.CreationTimeUtc
End Get
End Property
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also