#LicStorage

##Properties

None.

##Methods

###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.


###GetData(System.String) Gets the data for the specified storage path that was previously saved for use in a dropdown list.

Parameters:

  • System.String path - The path key that was used to store the collection of dropdown items.

Returns:

The collection of items that can be used as items in a dropdown list.


###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.


###SetData(System.String,System.Web.UI.WebControls.ListItemCollection) Stores the data for the dropdown menu item collection with the key specified to the entire list of all keys and values.

Parameters:


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

Returns:

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