IDeltaVItemAsyncGetCommentAsync Method 
IT Hit WebDAV Classes Reference 
            Retrieves a brief comment about a file that is suitable for presentation to a user.
            
 
    Namespace: 
   ITHit.WebDAV.Server.DeltaV
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
SyntaxTask<string> GetCommentAsync()
Task<string> GetCommentAsync()
Function GetCommentAsync As Task(Of String)
Function GetCommentAsync As Task(Of String)
Task<String^>^ GetCommentAsync()
Task<String^>^ GetCommentAsync()
abstract GetCommentAsync : unit -> Task<string> 
abstract GetCommentAsync : unit -> Task<string> 
Return Value
Type: 
TaskStringComment string.
Exceptions
Remarks
            Comment can be used to indicate why that version was created.
            
See Also