VersionControl.Asset.IsOneOfStates
IsOneOfStates(states: States[]): bool;
bool IsOneOfStates(States[] states);
def IsOneOfStates(states as States[]) as bool
Parameters

states Array of states to test for.
Description

Returns true if the version control state of the assets is one of the input states.