Skip to main content
Skip table of contents

DbDeleteMedia

Deletes media from an 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.
EntryIdA DigaSystem entry id, e.g. 12345. Often taken from workflow argument Arg_EntryId.
MediaArray of medium objects to be deleted in the DigaSystem content database
Example to delete a WAV media entry: entry.media.Where(Function(m) m.FileRef.ToLower().Contains(".wav")).ToArray()
JavaScript errors detected

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

If this problem persists, please contact our support.