:: com :: sun :: star :: document ::

exception LockedDocumentRequest
Base Hierarchy
LockedDocumentRequest
 ┗ ::com::sun::star::uno::Exception
Description
Is used for interaction handle to query user decision regarding locked document.
Since
OOo 3.0

Elements' Summary
DocumentURL The URL of the locked document.  
UserInfo The user information of the locked document.  
Elements' Details
DocumentURL
string DocumentURL;
Description
The URL of the locked document.
UserInfo
string UserInfo;
Description
The user information of the locked document.
Top of Page