  | UserGetTopUsersByGroupID Method  | 
  
    Namespace: 
   Dynamicweb.Security.UserManagement
    Assembly:
   Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntaxpublic static UserCollection GetTopUsersByGroupID(
	int groupID,
	int top,
	bool onlyBackEnd
)
Public Shared Function GetTopUsersByGroupID ( 
	groupID As Integer,
	top As Integer,
	onlyBackEnd As Boolean
) As UserCollection
Parameters
- groupID
 - Type: SystemInt32
 - top
 - Type: SystemInt32
 - onlyBackEnd
 - Type: SystemBoolean
 
Return Value
Type: 
UserCollection
See Also