TextField.name Property

Module: TextField

Type: string

Definition

Name of the text field.

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 id3DocumentTextField_GetName (ID3_DOCUMENT_TEXT_FIELD hTextField, char * name, int * nameSize)

Returns

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