Property | Type | Description |
---|
Method | Description | |
---|---|---|
Populate ( int id = null, bool isAchievement = true, int instanceID = null, int achievementID = null, int questID = null, int start = null, int count = null, bool includeDeleted = null, |
Returns a populated list of earning comments TODO: Test once we have comments!
|
public static Populate ( int id = null, bool isAchievement = true, int instanceID = null, int achievementID = null, int questID = null, int start = null, int count = null, bool includeDeleted = null, |
||
id | int | The id of the user who's achievement the comments are on (requires 'achievementID' to be present as well) |
isAchievement | bool | |
instanceID | int | |
achievementID | int | The id of the achievement template the comments are on (requires 'id' to be present as well) |
questID | int | |
start | int | The zero-based index of the first comment to get |
count | int | How many comments should be returned? |
includeDeleted | bool | Should deleted comments be included? TODO: Require specific roles for this! |
work | The unit of work for DB access. If null, one will be created | |
return |