Method SetUnmovableDocumentMode
SetUnmovableDocumentMode(DocumentId, bool)
Sets the unmovable document mode.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 400, 180)]
void SetUnmovableDocumentMode(DocumentId inDocumentId, bool inIsOn)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| bool | inIsOn | Tells wether the document is unmovable. |
Remarks
This method is available since v7.19.