DocumentInfo.category Property

Module: DocumentInfo

Type: DocumentCategory

Definition

The document category.

category: DocumentCategory

Exceptions

An error has occurred during Document Library execution.
DocumentCategory get category => getCategory();

Exceptions

An error has occurred during Document Library execution.
public DocumentCategory category
{
    get => Getcategory();
}

Exceptions

An error has occurred during Document Library execution.
public DocumentCategory getCategory() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var category: DocumentCategory
    get {
        return try! getCategory()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentInfo_GetCategory (ID3_DOCUMENT_INFO hDocumentInfo, id3DocumentCategory * eCategory)

Returns

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