#LicStorage
##Properties
None.
##Methods
###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.
###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:
- System.String path - The System.String uniquely identifying key that will be used with this series of data.
- System.Web.UI.WebControls.ListItemCollection lic - The collection of dropdown list items that will be stored with the specified key.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
