VersionControl.AssetList.FilterCount
FilterCount(includeFolder: bool, params states: States[]): int;
int FilterCount(bool includeFolder, params States[] states);
def FilterCount(includeFolder as bool, *states as States[]) as int
Parameters

includeFolder Whether or not to include folders.
states Which states to include in the count.
Description

Count the list of assets by given a set of states.