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

Allows the user to remove a tag from a document revision.

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

Syntax

C#
void RemoveDocumentRevisionTag(
	string token,
	int revisionID,
	int tagID
)

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

See Also