Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / UserSearchCriteria Class
Properties


In This Topic
    UserSearchCriteria Class Members
    In This Topic

    The following tables list the members exposed by UserSearchCriteria.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the UserSearchCriteria class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the company of the user to search for  
    Public Property Gets or sets the email to search for  
    Public Property Gets or sets the first name of the user to search for  
    Public Property Gets or sets the group of the user to search for  
    Public Property Gets or sets a value indicating whether anonymous users should be included in the results.  
    Public Property Gets or sets the last name of the user to search for  
    Public Property Gets or sets the users to list (admins only, normal users only or both) included in the results.  
    Public Property Gets or sets the phone of the user to search for  
    Public Property Gets or sets a value indicating whether to show users that are assigned to the group, or which are not assigned, default value is to show assigned users  
    Public Property Gets or sets a value indicating whether disabled users should be included in the results.  
    Public Property Gets or sets the username to search for  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also