View Source
  Class MemberFilter
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MemberFilter
   
  Properties
  
  
    View Source
  
  Filter
  
  
  Declaration
  
    public string Filter { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  IsApproved
  
  
  Declaration
  
    public bool? IsApproved { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Boolean> |  | 
    
  
  
    View Source
  
  IsLockedOut
  
  
  Declaration
  
    public bool? IsLockedOut { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Boolean> |  | 
    
  
  
    View Source
  
  MemberGroupName
  
  
  Declaration
  
    public string MemberGroupName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  MemberTypeId
  
  
  Declaration
  
    public Guid? MemberTypeId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<Guid> |  |