DocumentInfo.name Property

Module: DocumentInfo

Type: string

Definition

The document type name.

name: str

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Document Library execution.
int id3DocumentInfo_GetName (ID3_DOCUMENT_INFO hDocumentInfo, char * name, int * nameSize)

Returns

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