The ListController type exposes the following members.

Constructors

  NameDescription
Public methodListController
DotNetNuke.Common.Lists.ListController

Methods

  NameDescription
Public methodAddListEntry
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.
Public methodDeleteList(String, String)
Public methodDeleteList(ListInfo, Boolean)
Public methodDeleteList(String, String, Int32)
Public methodDeleteListEntryByID
Public methodDeleteListEntryByListName
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetListEntryInfo(Int32)
Public methodGetListEntryInfo(String, Int32)
Public methodGetListEntryInfo(String, String)
Public methodGetListEntryInfoCollection(String) Obsolete.
Public methodGetListEntryInfoCollection(String, String) Obsolete.
Public methodGetListEntryInfoCollection(String, String, Int32) Obsolete.
Public methodGetListEntryInfoDictionary(String)
Public methodGetListEntryInfoDictionary(String, String)
Public methodGetListEntryInfoDictionary(String, String, Int32)
Public methodGetListEntryInfoItems(String)
Public methodGetListEntryInfoItems(String, String)
Public methodGetListEntryInfoItems(String, String, Int32)
Public methodGetListInfo(String)
Public methodGetListInfo(String, String)
Public methodGetListInfo(String, String, Int32)
Public methodGetListInfoCollection()()()()
Public methodGetListInfoCollection(String)
Public methodGetListInfoCollection(String, String)
Public methodGetListInfoCollection(String, String, Int32)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateListEntry
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).
Public methodUpdateListSortOrder

Extension Methods

  NameDescription
Public Extension MethodToJson
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

  NameDescription
Public fieldNonLocalizedLists

See Also