Class ListEntryInfo
Inheritance
ListEntryInfo
Assembly: DotNetNuke.dll
Syntax
public class ListEntryInfo
Constructors
ListEntryInfo()
Declaration
Properties
DefinitionID
Declaration
public int DefinitionID { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; }
Property Value
EntryID
Declaration
public int EntryID { get; set; }
Property Value
HasChildren
Declaration
public bool HasChildren { get; set; }
Property Value
Key
Declaration
public string Key { get; }
Property Value
Level
Declaration
public int Level { get; set; }
Property Value
ListName
Declaration
public string ListName { get; set; }
Property Value
Parent
Declaration
public string Parent { get; set; }
Property Value
ParentID
Declaration
public int ParentID { get; set; }
Property Value
ParentKey
Declaration
public string ParentKey { get; set; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
SystemList
Declaration
public bool SystemList { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextNonLocalized
Declaration
public string TextNonLocalized { get; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Extension Methods