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

unpublished exception LicenseIndividualAgreementException
Base Hierarchy
LicenseIndividualAgreementException
 ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
The exception signals that an extension is about to be installed for more than one user, allthough every user needs to agree to the license.
Since
OpenOffice 2.0.6

Elements' Summary
ExtensionName name of the extension. Contains the file name only.  
SuppressIfRequired indicates if the user can prevent to show the license Represents the attribute value /description/registration/simple-license/@suppress-if-required from the description.xml  
Elements' Details
ExtensionName
string ExtensionName;
Description
name of the extension. Contains the file name only.
SuppressIfRequired
boolean SuppressIfRequired;
Description
indicates if the user can prevent to show the license Represents the attribute value /description/registration/simple-license/@suppress-if-required from the description.xml
Top of Page