DocumentLicense.getModuleCount Method

Module: DocumentLicense

Definition

Retrieves the number of modules in the license.

@staticmethod
get_module_count() -> int

Returns

int
The number of modules in the license.

Exceptions

An error has occurred during Document Library execution.
static int getModuleCount()

Returns

int
The number of modules in the license.

Exceptions

An error has occurred during Document Library execution.
public static int GetModuleCount()

Returns

int
The number of modules in the license.

Exceptions

An error has occurred during Document Library execution.
public static int getModuleCount() throws DocumentException

Returns

int
The number of modules in the license.

Exceptions

An error has occurred during Document Library execution.
public static func getModuleCount() throws -> Int32

Returns

Int
The number of modules in the license.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentLicense_GetModuleCount (
    int * count)

Parameters

count int *
out The number of modules in the license.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.