DocumentInfo.clone Method

Module: DocumentInfo

Definition

Clones the DocumentInfo object.

clone(self) -> DocumentInfo

Returns

The newly created document info.

Exceptions

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

Returns

The newly created document info.

Exceptions

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

Returns

The newly created document info.

Exceptions

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

Returns

The newly created document info.

Exceptions

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

Returns

The newly created document info.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentInfo_CopyTo (
    ID3_DOCUMENT_INFO hDocumentInfo,
    ID3_DOCUMENT_INFO hDocumentInfoDst)

Parameters

hDocumentInfo ID3_DOCUMENT_INFO
in Handle to the DocumentInfo object.

hDocumentInfoDst ID3_DOCUMENT_INFO
out The newly created document info.

Returns

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