C# Syntax
void FilterBy( uint filterListIndex, params uint[] keysIndices )
Parameters
- filterListIndex
- The index of the list in which to select filter values. Specify index values in the format "#N" where N is the numeric value. Index values begin with 1.
- keysIndices
- A list of indices of the keys to select in the list, Index values begin with 1.