DPE Web Applications 2.x

DbAddMedia

Adds media to an existing entry.

DbAddMedia.png

Properties

DbAddMedia_Properties.png

Input

Name

Description

Table

A DigaSystem table id, e.g. "vm-sql-digas\galileo". Often taken from workflow argument Arg_TableId.

EntryId

A DigaSystem entry id, e.g. 12345. Often taken from workflow argument Arg_EntryId.

Media

An array of type David.Dpe.ContentSerivce.Medium[] specifying the media to add.

Example:

C#
{  New David.Dpe.ContentService.Medium() With { .Title="bla" }  }