VersionControl.Asset.IsState
IsState(state: States): bool;
bool IsState(States state);
def IsState(state as States) as bool
Parameters

state State to check for.
Description

Returns true if the version control state of the asset exactly matches the input state.