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

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

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

Syntax

C#
bool DocumentCheckOut(
	string token,
	int revisionId,
	string externalId
)

Parameters

token
Type: System..::..String

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

revisionId
Type: System..::..Int32

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

externalId
Type: System..::..String

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

Return Value

Type: Boolean

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

See Also