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_INFOin Handle to the DocumentInfo object.hDocumentInfoDst
ID3_DOCUMENT_INFOout The newly created document info.
Returns