App
("App") defines an App which can be bought.Class Hierarchy
Object > ComponentObject > LicenseItem > App
Direct Subclasses
StorageApp, VolumeBasedLicense
Type |
Property |
Name |
Multilingual Name |
||
Templates |
Return Type |
Signature |
CheckLicense( |
Multilingual Name (COOSYSTEM@1.1:mlname)
unique LanguageStringList[] COOSYSTEM@1.1:mlname
Templates (COOTC@1.1001:templates)
unique Object[] COOTC@1.1001:templates
Additional Information
App::CheckLicense
Check if the App
is licensed for the current
user.
boolean COOATTREDIT@1.1:CheckLicense(
optional string instance,
optional boolean disableerrorapps,
optional object context,
optional boolean silentmode,
out retval boolean haslicense)
Name |
Description |
instance |
this parameter is used for checking legacy app instances and should not be used anymore
|
disableerrorapps |
Just raise an error, do not call an error application
|
context |
the context for the license check
|
silentmode |
if set no errors will be raised
|
haslicense |
additional to possible errors the result of the license check will be
returned in this parameter
|