IHierarchyItemBaseCreated 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: 13.3.13068
Syntax DateTime Created { get; }
ReadOnly Property Created As DateTime
Get
property DateTime Created {
DateTime 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 IHierarchyItemBase.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