Click or drag to resize
UserInfoProviderUpdateUserCounts Method
Updates user count with dependence on selected type of activity.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static void UpdateUserCounts(
	ActivityPointsEnum type,
	int userId,
	int points
)

Parameters

type
Type: CMS.MembershipActivityPointsEnum
Activity type
userId
Type: SystemInt32
User ID
points
Type: SystemInt32
Points
See Also