 | UserSort Constructor (Int32, Int32) |
Initializes a new instance of the
UserSort class
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntaxpublic UserSort(
int groupID,
int sort
)
Public Sub New (
groupID As Integer,
sort As Integer
)
Parameters
- groupID
- Type: System.Int32
- sort
- Type: System.Int32
See Also