Click or drag to resize

UserGetTopUsersByGroupID 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: SystemInt32
top
Type: SystemInt32
onlyBackEnd
Type: SystemBoolean

Return Value

Type: UserCollection
See Also