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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxTagCloudItemCollection Filter()
Public Function Filter As KaxTagCloudItemCollection
public:
KaxTagCloudItemCollection^ Filter()
member Filter : unit -> KaxTagCloudItemCollection
Return Value
Type:
KaxTagCloudItemCollection
The collection of filtered items.
See Also