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