StringList.clone Method

Module: StringList

Definition

Clones the StringList object.

clone(self) -> StringList

Returns

The newly created string list.

Exceptions

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

Returns

The newly created string list.

Exceptions

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

Returns

The newly created string list.

Exceptions

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

Returns

The newly created string list.

Exceptions

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

Returns

The newly created string list.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentStringList_CopyTo (
    ID3_DOCUMENT_STRING_LIST hStringList,
    ID3_DOCUMENT_STRING_LIST hStringListDst)

Parameters

in Handle to the StringList object.

out The newly created string list.

Returns

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