Click or drag to resize
KaxTagCloudItemCollectionFilter Method
Filters the current collection (the collection itself is not modified) of items based on the values of MinimalWeightAllowed, MaxNumberOfItems and TakeTopWeightedItems properties, and returns the filtered collection of TagCloud items.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxTagCloudItemCollection Filter()

Return Value

Type: KaxTagCloudItemCollection
The collection of filtered items.
See Also