Class ListInfo
  
  
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class ListInfo : BaseEntityInfo
   
  Constructors
  
  ListInfo()
  
  
  Declaration
  
  
  ListInfo(string)
  
  
  Declaration
  
    public ListInfo(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | name |  | 
    
  
  Properties
  
  DefinitionID
  
  
  Declaration
  
    public int DefinitionID { get; set; }
   
  Property Value
  
  
  DisplayName
  
  
  Declaration
  
    public string DisplayName { get; }
   
  Property Value
  
  
  EnableSortOrder
  
  
  Declaration
  
    public bool EnableSortOrder { get; set; }
   
  Property Value
  
  
  EntryCount
  
  
  Declaration
  
    public int EntryCount { get; set; }
   
  Property Value
  
  
  IsPopulated
  
  
  Declaration
  
    public bool IsPopulated { get; set; }
   
  Property Value
  
  
  Key
  
  
  Declaration
  
    public string Key { get; }
   
  Property Value
  
  
  Level
  
  
  Declaration
  
    public int Level { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    public string Name { 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
  
  
  ParentList
  
  
  Declaration
  
    public string ParentList { get; set; }
   
  Property Value
  
  
  PortalID
  
  
  Declaration
  
    public int PortalID { get; set; }
   
  Property Value
  
  
  SystemList
  
  
  Declaration
  
    public bool SystemList { get; set; }
   
  Property Value
  
  Extension Methods