Award Points to All
Award points to all users
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to award points for
Amount
number required
Default:
0The amount of points to award to all users (supports variables)
Platform
string
The platform to award points for (leave blank for all platforms)
Only Award to Active Users
checkbox
If checked, it will only award points to active users
Apply User/Group Multipliers
checkbox
If checked, it will apply any user/group multipliers to the awarded points
C# Usage
public int AwardPointsToAll(Guid pointId, long amount, bool onlyActive, Platform? platform, bool useMultipliers = false)