[This is preliminary documentation and is subject to change.]

Allows the user to update a document revision tags source.

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48

Syntax

C#
void UpdateDocumentRevisionTagText(
	string token,
	int revisionID,
	int tagID,
	string tagText
)

Parameters

token
Type: System..::..String
An authentication token previously requested from the Core service.
revisionID
Type: System..::..Int32
the id of the document revision which is to be tagged
tagID
Type: System..::..Int32
The ID of the tag to remove
tagText
Type: System..::..String
The new tag text value

See Also