Click or drag to resize

IHierarchyItemSetCommentAndAuthorAsync Method (String, String, String)

IT Hit WebDAV Classes Reference
Updates comment and author information.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
Task SetCommentAndAuthorAsync(
	string comment,
	string author,
	string lockToken
)

Parameters

comment
Type: SystemString
Comment about an item that is suitable for presentation to a user.
author
Type: SystemString
Description of the creator of the item.
lockToken
Type: SystemString
Lock token for this item.

Return Value

Type: Task

[Missing <returns> documentation for "M:ITHit.WebDAV.Client.IHierarchyItem.SetCommentAndAuthorAsync(System.String,System.String,System.String)"]

Exceptions
ExceptionCondition
LockedExceptionThis item is locked and invalid lock token was provided.
ConflictExceptionThe item is version controlled and has to be checked out to be edited.
NotFoundExceptionThis item doesn't exist on the server.
WebDavHttpExceptionServer returned unknown error.
WebDavExceptionIn case of any unexpected error.
See Also