DocumentLicense.getLicenseFileSerial Method¶
Module: DocumentLicense
Definition¶
Retrieves the serial number of the previously loaded license.
@staticmethod
get_license_file_serial() -> str
Returns
strThe license serial number.
Exceptions
An error has occurred during Document Library execution.
static String getLicenseFileSerial()
Returns
StringThe license serial number.
Exceptions
An error has occurred during Document Library execution.
public static string GetLicenseFileSerial()
Returns
stringThe license serial number.
Exceptions
An error has occurred during Document Library execution.
public static String getLicenseFileSerial() throws DocumentException
Returns
StringThe license serial number.
Exceptions
An error has occurred during Document Library execution.
public static func getLicenseFileSerial() throws -> String
Returns
StringThe license serial number.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetLicenseFileSerial (
char * licenseFileSerial,
int * licenseFileSerialSize)
Parameters
licenseFileSerialchar *out The license serial number.licenseFileSerialSizeint *in Size of the ‘licenseFileSerial’ buffer. Receives the minimum required buffer size to hold the ‘licenseFileSerial’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseFileSerial’ (excluding terminating NULL character).
Returns