public void Restore( bool tryReadOnly, bool silent )
Parameters
- tryReadOnly
- Open as read only if the document is locked? If the document is not locked, this argument has no effect.
- silent
- Restore 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.