DocumentLicense.getLicenseName Method¶
Module: DocumentLicense
Definition¶
Retrieves the license name.
@staticmethod
get_license_name() -> str
Returns
strThe license name.
Exceptions
An error has occurred during Document Library execution.
static String getLicenseName()
Returns
StringThe license name.
Exceptions
An error has occurred during Document Library execution.
public static string GetLicenseName()
Returns
stringThe license name.
Exceptions
An error has occurred during Document Library execution.
public static String getLicenseName() throws DocumentException
Returns
StringThe license name.
Exceptions
An error has occurred during Document Library execution.
public static func getLicenseName() throws -> String
Returns
StringThe license name.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetLicenseName (
char * licenseName,
int * licenseNameSize)
Parameters
licenseNamechar *out The license name.licenseNameSizeint *in Size of the ‘licenseName’ buffer. Receives the minimum required buffer size to hold the ‘licenseName’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseName’ (excluding terminating NULL character).
Returns