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

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

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

Syntax

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

Parameters

token
Type: System..::..String

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

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

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

activeDate
Type: System..::..DateTime

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

changeDetails
Type: System..::..String

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

deactivatedRevisionStatus
Type: QPulseWebServices.Contracts.Data..::..DocumentStatusType

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

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

Type: Document

[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