Skip to main content
Skip table of contents

DbAddMedia

Adds media to an existing entry.

Properties

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" }  }

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.