DocumentLicense.checkModule Method¶
Module: DocumentLicense
Definition¶
Checks if a module is present in the previously loaded license.
@staticmethod
check_module(module_name: str) -> None
Parameters
module_namestrin The module name.
Exceptions
An error has occurred during Document Library execution.
static void checkModule(String? moduleName)
Parameters
moduleNameStringin The module name.
Exceptions
An error has occurred during Document Library execution.
public static void CheckModule(string moduleName)
Parameters
moduleNamestringin The module name.
Exceptions
An error has occurred during Document Library execution.
public static void checkModule(String moduleName) throws DocumentException
Parameters
moduleNameStringin The module name.
Exceptions
An error has occurred during Document Library execution.
public static func checkModule(moduleName: String) throws
Parameters
moduleNameStringin The module name.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_CheckModule (
const char * moduleName)
Parameters
moduleNameconst char *in The module name.
Returns