DocumentLicense.getLicenseOwner Method¶
Module: DocumentLicense
Definition¶
Retrieves the license owner.
@staticmethod
get_license_owner() -> str
Returns
str
The license owner.
Exceptions
An error has occurred during Document Library execution.
static String getLicenseOwner()
Returns
String
The license owner.
Exceptions
An error has occurred during Document Library execution.
public static string GetLicenseOwner()
Returns
string
The license owner.
Exceptions
An error has occurred during Document Library execution.
public static String getLicenseOwner() throws DocumentException
Returns
String
The license owner.
Exceptions
An error has occurred during Document Library execution.
public static func getLicenseOwner() throws -> String
Returns
String
The license owner.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetLicenseOwner (
char * licenseOwner,
int * licenseOwnerSize)
Parameters
licenseOwner
char *out The license owner.licenseOwnerSize
int *in Size of the ‘licenseOwner’ buffer. Receives the minimum required buffer size to hold the ‘licenseOwner’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseOwner’ (excluding terminating NULL character).
Returns