DocumentLibrary.unloadDocumentTemplate Method

Module: DocumentLibrary

Definition

Unloads a document template.

@staticmethod
unload_document_template(document_name: str) -> None

Parameters

document_name str
in The document name.

Exceptions

An error has occurred during Document Library execution.
static void unloadDocumentTemplate(String? documentName)

Parameters

documentName String
in The document name.

Exceptions

An error has occurred during Document Library execution.
public static void UnloadDocumentTemplate(string documentName)

Parameters

documentName string
in The document name.

Exceptions

An error has occurred during Document Library execution.
public static void unloadDocumentTemplate(String documentName) throws DocumentException

Parameters

documentName String
in The document name.

Exceptions

An error has occurred during Document Library execution.
public static func unloadDocumentTemplate(documentName: String) throws

Parameters

documentName String
in The document name.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentLibrary_UnloadDocumentTemplate (
    const char * documentName)

Parameters

documentName const char *
in The document name.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.