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

Allows the user to distribute an active document.

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

Syntax

C#
Document DistributeActiveDocument(
	string token,
	int documentID
)

Parameters

token
Type: System..::..String
An authentication token previously requested from the Core service.
documentID
Type: System..::..Int32
The id of the document which is to be revised

Return Value

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

See Also