DocumentLicense.getLicensePath Method¶
Module: DocumentLicense
Definition¶
Retrieves the license path.
@staticmethod
get_license_path() -> str
Returns
strThe license path.
Exceptions
An error has occurred during Document Library execution.
static String getLicensePath()
Returns
StringThe license path.
Exceptions
An error has occurred during Document Library execution.
public static string GetLicensePath()
Returns
stringThe license path.
Exceptions
An error has occurred during Document Library execution.
public static String getLicensePath() throws DocumentException
Returns
StringThe license path.
Exceptions
An error has occurred during Document Library execution.
public static func getLicensePath() throws -> String
Returns
StringThe license path.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetLicensePath (
char * licensePath,
int * licensePathSize)
Parameters
licensePathchar *out The license path.licensePathSizeint *in Size of the ‘licensePath’ buffer. Receives the minimum required buffer size to hold the ‘licensePath’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licensePath’ (excluding terminating NULL character).
Returns