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