TextFieldList.count Property

Module: TextFieldList

Type: int

Definition

Gets the number of elements contained in the list

count: int

Exceptions

An error has occurred during Document Library execution.
int get count => getCount();

Exceptions

An error has occurred during Document Library execution.
public int count
{
    get => Getcount();
}

Exceptions

An error has occurred during Document Library execution.
public int getCount() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var count: Int
    get {
        return Int(try! getCount())
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentTextFieldList_GetCount (ID3_DOCUMENT_TEXT_FIELD_LIST hTextFieldList, int * count)

Returns

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