Open Method (AttachedDocument)
In This Topic
Open this document.
Syntax
Parameters
- tryReadOnly
- Open as read only if the document is locked? If the document is not locked, this argument has no effect.
- useBackup
- Restore document from backup if exists? To determine whether the backup exists, use Document.BackupExists.
- silent
-
Open document in background without showing it in UI. If document is opened with this parameter set to true the document has to be closed by API too. If the document is not closed by API the behavior of application is undefined.
Exceptions
See Also