DocumentLicense.getProductReference Method¶
Module: DocumentLicense
Definition¶
Retrieves the license product reference.
@staticmethod
get_product_reference() -> str
Returns
strThe product reference.
Exceptions
An error has occurred during Document Library execution.
static String getProductReference()
Returns
StringThe product reference.
Exceptions
An error has occurred during Document Library execution.
public static string GetProductReference()
Returns
stringThe product reference.
Exceptions
An error has occurred during Document Library execution.
public static String getProductReference() throws DocumentException
Returns
StringThe product reference.
Exceptions
An error has occurred during Document Library execution.
public static func getProductReference() throws -> String
Returns
StringThe product reference.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetProductReference (
char * productReference,
int * productReferenceSize)
Parameters
productReferencechar *out The product reference.productReferenceSizeint *in Size of the ‘productReference’ buffer. Receives the minimum required buffer size to hold the ‘productReference’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘productReference’ (excluding terminating NULL character).
Returns