DPE WorkflowSystem 3.x

DbAddSubclips

Adds subclips to an entry (= to the main medium of the entry) in a DigaSystem content database.

DbAddSubclips.png

Properties

DbAddSubclips_Properties.png

Input

Name

Description

Table

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

Subclips

Array of SubClips. Each subclip must contain a valid reference to an entry and its main medium (properties EntryId/MediumId in subclip).

Example:

{ New SubClip With { .Title="Test", .EntryId=123, .MediumId=500, .StartPosition=0 } }