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