• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class ListInfo

Represents the information relative to a list.

Inheritance
System.Object
BaseEntityInfo
ListInfo
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke.dll
Syntax
public class ListInfo : BaseEntityInfo

Constructors

| Improve this Doc View Source

ListInfo()

Initializes a new instance of the ListInfo class.

Declaration
public ListInfo()
| Improve this Doc View Source

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 Source

DefinitionID

Gets or sets the id of the definition.

Declaration
public int DefinitionID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DisplayName

Gets the display name, which includes the Parent list and this list's Name.

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

EntryCount

Gets or sets the total number of entries.

Declaration
public int EntryCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

IsPopulated

Gets or sets a value indicating whether this instance is populated.

Declaration
public bool IsPopulated { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Key

Gets a unique key to identify this list, which includes the ParentKey and this list's Name.

Declaration
public string Key { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

Name

Gets or sets the list name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Parent

Gets or sets the parent.

Declaration
public string Parent { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParentID

Gets or sets the id of the parent list.

Declaration
public int ParentID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ParentKey

Gets or sets the parent key.

Declaration
public string ParentKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParentList

Gets or sets the parent list.

Declaration
public string ParentList { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PortalID

Gets or sets the id of the site (portal).

Declaration
public int PortalID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS