Class UserSort
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Security.dll
Responsible for store users sorting within several groups.
public class UserSort
- Inheritance
-
UserSort
- Inherited Members
Constructors
UserSort()
Default constructor
public UserSort()
UserSort(int, int)
Creates new object instance defining groupID and sort order
public UserSort(int groupID, int sort)
Parameters
Properties
GroupID
Gets or sets group ID.
public int GroupID { get; set; }
Property Value
- int
- group ID.
Sort
Gets or sets status sort number.
public int Sort { get; set; }
Property Value
- int
- Status sort number.