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

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.UpdateDocumentRevisionTagReference(System.String,System.Int32,System.Int32,System.String)"]

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

Syntax

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

Parameters

token
Type: System..::..String

[Missing <param name="token"/> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.UpdateDocumentRevisionTagReference(System.String,System.Int32,System.Int32,System.String)"]

revisionID
Type: System..::..Int32

[Missing <param name="revisionID"/> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.UpdateDocumentRevisionTagReference(System.String,System.Int32,System.Int32,System.String)"]

tagID
Type: System..::..Int32

[Missing <param name="tagID"/> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.UpdateDocumentRevisionTagReference(System.String,System.Int32,System.Int32,System.String)"]

tagReference
Type: System..::..String

[Missing <param name="tagReference"/> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.UpdateDocumentRevisionTagReference(System.String,System.Int32,System.Int32,System.String)"]

See Also