#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:
- System.String key - The username that will be used for this category.
- System.Object value - System.String representation of the category to add.
###Clear() Removes all items.
###ContainsKey(System.String) Determines whether the Izenda.AdHoc.HiddenCategoryCollection contains a specific username key.
Parameters:
- System.String key - The username key to locate.
Returns:
true if the key is found;otherwise, false.
###ContainsKey(System.Object) Determines whether the Izenda.AdHoc.HiddenCategoryCollection contains the specified category.
Parameters:
- System.Object value - The System.Object representation of the category to locate.
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:
- System.Object obj - The System.Object to compare with the current System.Object.
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.
