:: com :: sun :: star :: deployment ::

unpublished exception LicenseException
Base Hierarchy
LicenseException
 ┗ ::com::sun::star::uno::Exception
Description
A LicenseException reflects the necessity of someone aggreeing to a license.

Elements' Summary
ExtensionName name of the extension. Contains the file name only.  
Text contains the text of the license.  
IndividualAgreement determines who has to agree to the license. true - every user has to agree. false - only the person who installs it has to agree on behalf of all others.  
Elements' Details
ExtensionName
string ExtensionName;
Description
name of the extension. Contains the file name only.
Text
string Text;
Description
contains the text of the license.
IndividualAgreement
boolean IndividualAgreement;
Description
determines who has to agree to the license. true - every user has to agree. false - only the person who installs it has to agree on behalf of all others.
Top of Page