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

Allows the user to revise an active document to new active revision.

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

Syntax

C#
Document ReviseDocumentToActive(
	string token,
	int documentID,
	string newRevisionReference,
	DateTime activeDate,
	string changeDetails,
	DocumentStatusType deactivatedRevisionStatus,
	bool keepCopyHoldersFromCurrentRevision
)

Parameters

token
Type: System..::..String
An authentication token previously requested from the Core service.
documentID
Type: System..::..Int32

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

newRevisionReference
Type: System..::..String
The new revision reference to assign
activeDate
Type: System..::..DateTime
The document active
changeDetails
Type: System..::..String
The details made in this revision
deactivatedRevisionStatus
Type: QPulseWebServices.Contracts.Data..::..DocumentStatusType
Deactivated status to set existing revision to i.e. in-active or obsolete
keepCopyHoldersFromCurrentRevision
Type: System..::..Boolean

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

Return Value

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

See Also