Click or drag to resize

User.GetTopUsersByGroupID Method

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public static UserCollection GetTopUsersByGroupID(
	int groupID,
	int top,
	bool onlyBackEnd
)

Parameters

groupID
Type: System.Int32
top
Type: System.Int32
onlyBackEnd
Type: System.Boolean

Return Value

Type: UserCollection
See Also