Class ListAttribute
  
  
  
    Inheritance
    
    
    ListAttribute
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    [AttributeUsage(AttributeTargets.Property)]
public sealed class ListAttribute : Attribute, _Attribute
   
  Constructors
  
  ListAttribute(string, string, ListBoundField, ListBoundField)
  
  
  Declaration
  
    public ListAttribute(string listName, string parentKey, ListBoundField valueField, ListBoundField textField)
   
  Parameters
  
  Properties
  
  ListName
  
  
  Declaration
  
    public string ListName { get; }
   
  Property Value
  
  
  ParentKey
  
  
  Declaration
  
    public string ParentKey { get; }
   
  Property Value
  
  
  TextField
  
  
  Declaration
  
    public ListBoundField TextField { get; }
   
  Property Value
  
  
  ValueField
  
  
  Declaration
  
    public ListBoundField ValueField { get; }
   
  Property Value
  
  Implements
  
  Extension Methods