DbCloneEntryMetadata
Allows cloning of an entry in the DigaSystem database by constructing an entry object (in memory) with duplicate metadata for all metadata fields besides file references and unique ids.
Proposals for new file paths together with a list of file path pairs (old and new) are returned in MediaMapping.
Porperties
Input
Name | Description |
---|---|
SourceTable | A DigaSystem table id, e.g. "vm-sql-digas\galileo". Often taken from workflow argument Arg_TableId. |
SourceEntryId | A DigaSystem entry id, e.g. 12345. |
DestinationTable | A DigaSystem table id, e.g. "vm-sql-digas\galileo". |
Output
Name | Description |
---|---|
NewEntry | An instance of type David.Dpe.ContentService.Entry containing the cloned metadata. |
MediaMapping | A helper class needed when copying old media essences to new media essence paths. |