Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

static function SubmitIsValid(changeset: ChangeSet, assets: AssetList): bool;
static bool SubmitIsValid(ChangeSet changeset, AssetList assets);
static def SubmitIsValid(changeset as ChangeSet, assets as AssetList) as bool

Parameters

changesetThe changeset to submit.
assetsThe asset to submit.

Description

Returns true if submitting the assets is a valid operation.