KaxTagCloudItemCollectionSort Method |
Sorts the current list of TagCloud items. The collection itself is not modified.
If any of the MinimalWeightAllowed, MaxNumberOfItems and TakeTopWeightedItems
properties are set, the collection will be filtered too.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxTagCloudItemCollection Sort()
Public Function Sort As KaxTagCloudItemCollection
public:
KaxTagCloudItemCollection^ Sort()
member Sort : unit -> KaxTagCloudItemCollection
Return Value
Type:
KaxTagCloudItemCollectionThe collection of sorted items.
See Also