The ListController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ListController | DotNetNuke.Common.Lists.ListController |
Methods
| Name | Description | |
|---|---|---|
| AddListEntry |
Adds a new list entry to the database. If the current thread locale is not "en-US" then the text value will also be
persisted to a resource file under App_GlobalResources using the list's name and the value as key.
| |
| DeleteList(String, String) | ||
| DeleteList(ListInfo, Boolean) | ||
| DeleteList(String, String, Int32) | ||
| DeleteListEntryByID | ||
| DeleteListEntryByListName | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetListEntryInfo(Int32) | ||
| GetListEntryInfo(String, Int32) | ||
| GetListEntryInfo(String, String) | ||
| GetListEntryInfoCollection(String) | Obsolete. | |
| GetListEntryInfoCollection(String, String) | Obsolete. | |
| GetListEntryInfoCollection(String, String, Int32) | Obsolete. | |
| GetListEntryInfoDictionary(String) | ||
| GetListEntryInfoDictionary(String, String) | ||
| GetListEntryInfoDictionary(String, String, Int32) | ||
| GetListEntryInfoItems(String) | ||
| GetListEntryInfoItems(String, String) | ||
| GetListEntryInfoItems(String, String, Int32) | ||
| GetListInfo(String) | ||
| GetListInfo(String, String) | ||
| GetListInfo(String, String, Int32) | ||
| GetListInfoCollection()()()() | ||
| GetListInfoCollection(String) | ||
| GetListInfoCollection(String, String) | ||
| GetListInfoCollection(String, String, Int32) | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateListEntry |
Updates the list entry in the database using the values set on the listEntry. Note that if the current thread locale is not "en-US" then the
text value will be persisted to a resource file under App_GlobalResources using the list's name and the value as key. Also the supplied text value
will *not* be written to the database in this case (i.e. we expect the text value in the database to be the en-US text value).
| |
| UpdateListSortOrder |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Fields
| Name | Description | |
|---|---|---|
| NonLocalizedLists |