DocumentInfoDictionary.clone Method

Module: DocumentInfoDictionary

Definition

Clones the DocumentInfoDictionary object.

clone(self) -> DocumentInfoDictionary

Returns

The newly created document info dictionary.

Exceptions

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

Returns

The newly created document info dictionary.

Exceptions

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

Returns

The newly created document info dictionary.

Exceptions

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

Returns

The newly created document info dictionary.

Exceptions

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

Returns

The newly created document info dictionary.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentInfoDictionary_CopyTo (
    ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionary,
    ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionaryDst)

Parameters

hDocumentInfoDictionary ID3_DOCUMENT_INFO_DICTIONARY
in Handle to the DocumentInfoDictionary object.

hDocumentInfoDictionaryDst ID3_DOCUMENT_INFO_DICTIONARY
out The newly created document info dictionary.

Returns

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