IHierarchyItemGetCreatorDisplayNameAsync Method
IT Hit WebDAV Classes Reference
Contains a description of the creator of the item that is suitable for presentation to a user.
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax Task<string> GetCreatorDisplayNameAsync()
Function GetCreatorDisplayNameAsync As Task(Of String)
Task<String^>^ GetCreatorDisplayNameAsync()
abstract GetCreatorDisplayNameAsync : unit -> Task<string>
Field Value
Type:
TaskStringString representing a description of the creator of the item.
Return Value
Type:
TaskString[Missing <returns> documentation for "M:ITHit.WebDAV.Client.IHierarchyItem.GetCreatorDisplayNameAsync"]
Remarks Can be used to indicate who created that version.
See Also