| GroupGetTopUsers Method |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public UserCollection GetTopUsers(
int top,
bool onlyBackEnd
)
Public Function GetTopUsers (
top As Integer,
onlyBackEnd As Boolean
) As UserCollection
Parameters
- top
- Type: SystemInt32
- onlyBackEnd
- Type: SystemBoolean
Return Value
Type:
UserCollectionSee Also