Method | Description | |
---|---|---|
Populate ( int start = null, int count = null, int startComments = null, int countComments = null, bool includePublic = null, int newsCount = null, |
Populates the timeline view model. If the user is logged in, the player's profile information and friends earnings will be included. If the user is not logged in, only public earnings will be included.
|
public static Populate ( int start = null, int count = null, int startComments = null, int countComments = null, bool includePublic = null, int newsCount = null, |
||
start | int | The zero-based index of the first earning to return |
count | int | The amount of earnings to return |
startComments | int | |
countComments | int | |
includePublic | bool | Include public earnings? Only used when logged in. |
newsCount | int | |
work | Unit of work for DB access. If null, one will be created. | |
return |