Click or drag to resize

IDeltaVItemSetCommentAsync 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: 13.3.13068
Syntax
Task SetCommentAsync(
	string comment
)

Parameters

comment
Type: SystemString
Comment string.

Return Value

Type: Task
A task object that can be awaited.
Exceptions
ExceptionCondition
LockedExceptionThis folder was locked. Client did not provide the lock token.
NeedPrivilegesExceptionThe user doesn't have enough privileges.
InsufficientStorageExceptionQuota limit is reached.
DavExceptionIn other cases.
Remarks
Comment can be used to indicate why that version was created.
See Also