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

Properties

Input

Name

Description

TableA 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 } }
CODE