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
hStringList
ID3_DOCUMENT_STRING_LISTin Handle to the StringList object.hStringListDst
ID3_DOCUMENT_STRING_LISTout The newly created string list.
Returns