IDeltaVItemAsyncSetCommentAsync Method
IT Hit WebDAV Classes Reference
Sets 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
Syntax Task SetCommentAsync(
string comment
)
Task SetCommentAsync(
string comment
)
Function SetCommentAsync (
comment As String
) As Task
Function SetCommentAsync (
comment As String
) As Task
Task^ SetCommentAsync(
String^ comment
)
Task^ SetCommentAsync(
String^ comment
)
abstract SetCommentAsync :
comment : string -> Task
abstract SetCommentAsync :
comment : string -> Task
Parameters
- comment
- Type: SystemString
Comment string.
Return Value
Type:
Task
.
Exceptions Remarks
Comment can be used to indicate why that version was created.
See Also