DocumentLibrary.getVersionEx Method¶
Module: DocumentLibrary
Definition¶
Retrieves the library version as a structure.
@staticmethod
get_version_ex() -> LibVersion
Returns
The version.
Exceptions
An error has occurred during Document Library execution.
static LibVersion getVersionEx()
Returns
The version.
Exceptions
An error has occurred during Document Library execution.
public static LibVersion GetVersionEx()
Returns
The version.
Exceptions
An error has occurred during Document Library execution.
public static LibVersion getVersionEx() throws DocumentException
Returns
The version.
Exceptions
An error has occurred during Document Library execution.
public static func getVersionEx() throws -> LibVersion
Returns
The version.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLibrary_GetVersionEx (
id3DocumentLibVersion * sVersion)
Parameters
sVersion
id3DocumentLibVersion *out The version.
Returns