[This is preliminary documentation and is subject to change.]
Allows the user to update a document status to in-active or obsolete.
Namespace:
QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.15
Syntax
| C# |
|---|
Document DeactivateDocument( string token, int documentID, DocumentStatusType status ) |
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 de-activated
- status
- Type: QPulseWebServices.Contracts.Data..::.DocumentStatusType
Deactivated status to set to i.e. in-active or obsolete
Return Value
[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.DeactivateDocument(System.String,System.Int32,QPulseWebServices.Contracts.Data.DocumentStatusType)"]