KaxTagCloudItemCollectionContains Method |
Checks whether a TagCloud item is present in the collection.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool Contains(
KaxTagCloudItem item
)
Public Function Contains (
item As KaxTagCloudItem
) As Boolean
public:
bool Contains(
KaxTagCloudItem^ item
)
member Contains :
item : KaxTagCloudItem -> bool
Parameters
- item
- Type: Kettic.AspNet.ControlsKaxTagCloudItem
The TagCloud item to check.
Return Value
Type:
BooleanBool value indicating whether the TagCloud item is present in the Items collection.
See Also