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

includeFolder Whether or not folders should be included.
states Which states to filter by.
Description

Based on the current list and the states a new list is returned which only contains the assets with the requested states.