Method SetFinishingCategory
SetFinishingCategory(DocumentId, FinishingCategoryType)
Sets the finishing category of a finishing document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 296, 0)]
void SetFinishingCategory(DocumentId inDocumentId, FinishingCategoryType inFinishingCategoryType)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| FinishingCategoryType | inFinishingCategoryType | The finishing category. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.20.