Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

VersionControl.AssetList.Filter

public function Filter(includeFolder: bool, params states: States[]): 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.