TextFieldList.clone Method

Module: TextFieldList

Definition

Clones the TextFieldList object.

clone(self) -> TextFieldList

Returns

The newly created text field list.

Exceptions

An error has occurred during Document Library execution.
TextFieldList clone()

Returns

The newly created text field list.

Exceptions

An error has occurred during Document Library execution.
public TextFieldList Clone()

Returns

The newly created text field list.

Exceptions

An error has occurred during Document Library execution.
public TextFieldList clone() throws DocumentException

Returns

The newly created text field list.

Exceptions

An error has occurred during Document Library execution.
public func clone() throws -> TextFieldList

Returns

The newly created text field list.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentTextFieldList_CopyTo (
    ID3_DOCUMENT_TEXT_FIELD_LIST hTextFieldList,
    ID3_DOCUMENT_TEXT_FIELD_LIST hTextFieldListDst)

Parameters

in Handle to the TextFieldList object.

out The newly created text field list.

Returns

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