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

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

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

Syntax

C#
Document DeactivateDocument(
	string token,
	int documentID,
	DocumentStatusType status
)

Parameters

token
Type: System..::..String

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

documentID
Type: System..::..Int32

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

status
Type: QPulseWebServices.Contracts.Data..::..DocumentStatusType

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

Return Value

Type: Document

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

See Also