Show / Hide Table of Contents

Class ListEntryInfo

Inheritance
object
ListEntryInfo
Inherited Members
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 ListEntryInfo

Constructors

ListEntryInfo()

Declaration
public ListEntryInfo()

Properties

DefinitionID

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

Description

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

DisplayName

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

EntryID

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

HasChildren

Declaration
public bool HasChildren { 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

ListName

Declaration
public string ListName { 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

PortalID

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

SortOrder

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

SystemList

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

Text

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

TextNonLocalized

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

Value

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

Extension Methods

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