DocumentInfo.description Property

Module: DocumentInfo

Type: string

Definition

The document description.

description: str

Exceptions

An error has occurred during Document Library execution.
String get description => getDescription();

Exceptions

An error has occurred during Document Library execution.
public string description
{
    get => Getdescription();
}

Exceptions

An error has occurred during Document Library execution.
public String getDescription() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var description: String
    get {
        return try! getDescription()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentInfo_GetDescription (ID3_DOCUMENT_INFO hDocumentInfo, char * description, int * descriptionSize)

Returns

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