DocumentLicense.getLicenseType Method¶
Module: DocumentLicense
Definition¶
Retrieves the license type.
@staticmethod
get_license_type() -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Document Library execution.
static LicenseType getLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Document Library execution.
public static LicenseType GetLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Document Library execution.
public static LicenseType getLicenseType() throws DocumentException
Returns
The license type.
Exceptions
An error has occurred during Document Library execution.
public static func getLicenseType() throws -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetLicenseType (
id3DocumentLicenseType * eDocumentLicenseType)
Parameters
eDocumentLicenseType
id3DocumentLicenseType *out The license type.
Returns