Method Open
Open(ref DocumentId)
Opens a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void Open(ref DocumentId ioDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | ioDocumentId | Identifier of the document to open. |
Remarks
Beware the document can be modified if it is updated during opening process.
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.