Adds (subtracts) activity points to specified user.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
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