Adds media to an existing entry.

Properties

Input

Name

Description

TableA DigaSystem table id, e.g. "vm-sql-digas\galileo". Often taken from workflow argument Arg_TableId.
EntryIdA 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:

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