[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 UpdateDocumentRevisionTagSource(
	string token,
	int revisionID,
	int tagID,
	string tagSource
)

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

See Also