Click or drag to resize
BadgeInfoProviderUpdateActivityPointsToUser 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.MembershipActivityPointsEnum
Activity points type
userID
Type: SystemInt32
User ID
siteName
Type: SystemString
Site name
add
Type: SystemBoolean
If true add points else subtract poits
See Also