Show / Hide Table of Contents

Class ListInfo

Inheritance
object
BaseEntityInfo
ListInfo
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke.dll
Syntax
public class ListInfo : BaseEntityInfo

Constructors

ListInfo()

Declaration
public ListInfo()

ListInfo(string)

Declaration
public ListInfo(string name)
Parameters
Type Name Description
string name

Properties

DefinitionID

Declaration
public int DefinitionID { get; set; }
Property Value
Type Description
int

DisplayName

Declaration
public string DisplayName { get; }
Property Value
Type Description
string

EnableSortOrder

Declaration
public bool EnableSortOrder { get; set; }
Property Value
Type Description
bool

EntryCount

Declaration
public int EntryCount { get; set; }
Property Value
Type Description
int

IsPopulated

Declaration
public bool IsPopulated { get; set; }
Property Value
Type Description
bool

Key

Declaration
public string Key { get; }
Property Value
Type Description
string

Level

Declaration
public int Level { get; set; }
Property Value
Type Description
int

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Parent

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentID

Declaration
public int ParentID { get; set; }
Property Value
Type Description
int

ParentKey

Declaration
public string ParentKey { get; set; }
Property Value
Type Description
string

ParentList

Declaration
public string ParentList { get; set; }
Property Value
Type Description
string

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

SystemList

Declaration
public bool SystemList { get; set; }
Property Value
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS