:: com :: sun :: star :: task ::

exception PasswordRequest
Base Hierarchy
PasswordRequest
 ┗ ::com::sun::star::task::ClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception
Description
this request specifies the mode in wich the password should be asked

It is supported by ::com::sun::star::task::InteractionHandler service, and can be used to interact for a password. Continuations for using with the mentioned service are Abort and Approve.


Elements' Summary
Mode the mode in which password should be asked  
Elements' Details
Mode
::com::sun::star::task::PasswordRequestMode Mode;
Description
the mode in which password should be asked
See also
::com::sun::star::task::PasswordRequestMode
Top of Page