ShouldSkipIndex

IIndexFilter.ShouldSkipIndex method

Determines whether the item with the specified index should be skipped.

public bool ShouldSkipIndex(int index)
ParameterTypeDescription
indexInt32The index of the item.

Return Value

true if the item should be skipped; otherwise, false.

See Also