Click or drag to resize
BadgeInfoProvider.UpdateActivityPointsToUser Method
Adds (subtracts) activity points to specified user.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static void UpdateActivityPointsToUser(
	ActivityPointsEnum pointsType,
	int userID,
	string siteName,
	bool add
)

Parameters

pointsType
Type: CMS.Membership.ActivityPointsEnum
Activity points type
userID
Type: System.Int32
User ID
siteName
Type: System.String
Site name
add
Type: System.Boolean
If true add points else subtract poits
See Also