Click or drag to resize
KaxTagCloudItemCollection Class
A collection of KaxTagCloudItem objects in a KaxTagCloud control.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.ControlsKaxTagCloudItemCollection

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

The KaxTagCloudItemCollection type exposes the following members.

Constructors
  NameDescription
Public methodKaxTagCloudItemCollection
Initializes a new instance of the KaxTagCloudItemCollection class.
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the TagCloud Items collection. If the Weight of the item is smaller than the MinimalWeightAllowed, the item will not be added to the collection.
Public methodContains
Checks whether a TagCloud item is present in the collection.
Public methodCopyTo
Copies the TagCloud Items collection to an array, starting at a particular index.
Public methodFilter
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.
Public methodIndexOf
Gets the index of the TagCloud item in the Items collection
Public methodInsert
Inserts a TagCloud item at the specified index.
Public methodMax
Finds the TagCloud item with maximal weight.
Public methodMin
Finds the TagCloud item with minimal weight.
Public methodRemove
Removes the passed TagCloud item from the Items collection.
Public methodRemoveAt
Removes a TagCloud item from the Items collection, at the specified index.
Public methodSort
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.
Top
Properties
  NameDescription
Public propertyItem
Top
See Also