DocumentLibrary.getLoadedDocumentTemplate Method¶
Module: DocumentLibrary
Definition¶
Returns the name of all loaded document templates.
@staticmethod
get_loaded_document_template() -> StringList
Returns
The list of document template names.
Exceptions
An error has occurred during Document Library execution.
static StringList getLoadedDocumentTemplate()
Returns
The list of document template names.
Exceptions
An error has occurred during Document Library execution.
public static StringList GetLoadedDocumentTemplate()
Returns
The list of document template names.
Exceptions
An error has occurred during Document Library execution.
public static StringList getLoadedDocumentTemplate() throws DocumentException
Returns
The list of document template names.
Exceptions
An error has occurred during Document Library execution.
public static func getLoadedDocumentTemplate() throws -> StringList
Returns
The list of document template names.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLibrary_GetLoadedDocumentTemplate (
ID3_DOCUMENT_STRING_LIST hDocumentTemplateNames)
Parameters
hDocumentTemplateNames
ID3_DOCUMENT_STRING_LISTout The list of document template names.
Returns