[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.0.590.81

Syntax

C#
void UpdateDocumentRevisionTagReference(
	string token,
	int revisionID,
	int tagID,
	string tagReference
)

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
tagReference
Type: System..::.String
The new tag reference value

See Also