IDeltaVItemAsyncGetCreatorDisplayNameAsync Method 
IT Hit WebDAV Classes Reference 
            Retrieves display name of the user that created this item.
            
 
    Namespace: 
   ITHit.WebDAV.Server.DeltaV
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
SyntaxTask<string> GetCreatorDisplayNameAsync()
Task<string> GetCreatorDisplayNameAsync()
Function GetCreatorDisplayNameAsync As Task(Of String)
Function GetCreatorDisplayNameAsync As Task(Of String)
Task<String^>^ GetCreatorDisplayNameAsync()
Task<String^>^ GetCreatorDisplayNameAsync()
abstract GetCreatorDisplayNameAsync : unit -> Task<string> 
abstract GetCreatorDisplayNameAsync : unit -> Task<string> 
Return Value
Type: 
TaskStringString representing author name.
Exceptions
Remarks
            Retrieves description of the creator of the file that is
            suitable for presentation to a user. Can be used to indicate who created that version.
            
See Also