Class ListInfo
Represents the information relative to a list.
Inherited Members
Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke.dll
Syntax
public class ListInfo : BaseEntityInfo
Constructors
| Improve this Doc View SourceListInfo()
Initializes a new instance of the ListInfo class.
Declaration
public ListInfo()
ListInfo(String)
Initializes a new instance of the ListInfo class.
Declaration
public ListInfo(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the list. |
Properties
| Improve this Doc View SourceDefinitionID
Gets or sets the id of the definition.
Declaration
public int DefinitionID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisplayName
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
EnableSortOrder
Gets or sets a value indicating whether to enable the sort order.
Declaration
public bool EnableSortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EntryCount
Gets or sets the total number of entries.
Declaration
public int EntryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsPopulated
Gets or sets a value indicating whether this instance is populated.
Declaration
public bool IsPopulated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Level
Gets or sets a value indicating how deep this list in nested into the hierarchy.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets or sets the list name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parent
Gets or sets the parent.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentID
Gets or sets the id of the parent list.
Declaration
public int ParentID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParentKey
Gets or sets the parent key.
Declaration
public string ParentKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentList
Gets or sets the parent list.
Declaration
public string ParentList { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortalID
Gets or sets the id of the site (portal).
Declaration
public int PortalID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SystemList
Gets or sets a value indicating whether this list is a system list.
Declaration
public bool SystemList { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |