Register Files

Purpose

Registers a new file as an asset.

Usage

This BLidget should be used as the first part of an ingest workflow. Requires an object with Filename and (optionally) AssetId properties.

Hint: To strip out the file extension, use (.+?)\.[^.]*$|$ as the Filename Match Pattern.