#HiddenCategoryCollection

##Properties

Datatype Property name Property description Default Value
Int32 Count Gets the number of elements contained in the Izenda.AdHoc.HiddenCategoryCollection. 0
String[] Item Gets or sets the element with the specified username key. null
ICollection Keys Gets an System.Collections.ICollection object containing the username keys in the Izenda.AdHoc.HiddenCategoryCollection. null
ICollection Values Gets an System.Collections.ICollection object containing the values in the Izenda.AdHoc.HiddenCategoryCollection. null

##Methods

###Add(System.String,System.Object) Adds an item to the Izenda.AdHoc.HiddenCategoryCollection.

Parameters:


###Clear() Removes all items.


###ContainsKey(System.String) Determines whether the Izenda.AdHoc.HiddenCategoryCollection contains a specific username key.

Parameters:

Returns:

true if the key is found;otherwise, false.


###ContainsKey(System.Object) Determines whether the Izenda.AdHoc.HiddenCategoryCollection contains the specified category.

Parameters:

Returns:

true if the category is found;otherwise, false.


###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetEnumerator() Returns an enumerator that iterates through the collection of hidden categories.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###Remove(System.String) Removes the category with the specified username key.

Parameters:

  • System.String key - The username key of the category to remove.

###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.