DbLoadEntryFromMetadata
Returns entry object constructed from specified metadata. The returned entry object can later be added to the DigaSystem database using the DbAddEntry activity.
Metadata must be given in DigaSystem DBX (or DBE) format or transformed into it by an optional XSLT or C# script.
Properties
Input
Name | Description |
---|---|
Metadata | Input metadata. Often specified in DBX or DBE format. But, when applying a C# Script or XSLT you can specify metadata in any format that is understood by the transformation. |
Script | Optional C# script for transforming metadata to DBX format. |
Xslt | Optional XSL transformation for transforming metadata to DBX format. |
Output
Name | Description |
---|---|
Entry | An instance of type David.Dpe.ContentService.Entry that contains the metadata. |