API ReferenceSandbox.Services
Reviewclass
Package Reviews
object→Review
Constructors1
Showing 1 constructors
public Review()
No results match this filter.
Methods3
Showing 3 methods
public static System.Threading.Tasks.Task`1<Sandbox.Services.Review[]> Fetch(string packageIdent, int take = 50, int skip = 0)
| Parameter | Type | Description |
|---|---|---|
| packageIdent | string | — |
| take = 50 | int | — |
| skip = 0 | int | — |
public static System.Threading.Tasks.Task`1<Sandbox.Services.Review.ReviewPage> FetchEx(string packageIdent, int take, int skip, System.Nullable`1<Sandbox.Services.Review.ReviewScore> score = null, System.Nullable`1<Sandbox.Services.Review.PositiveTags> positive = null, System.Nullable`1<Sandbox.Services.Review.NegativeTags> negatives = null)
| Parameter | Type | Description |
|---|---|---|
| packageIdent | string | — |
| take | int | — |
| skip | int | — |
| score = null | Nullable<ReviewScore> | — |
| positive = null | Nullable<PositiveTags> | — |
| negatives = null | Nullable<NegativeTags> | — |
No results match this filter.
Properties7
Showing 7 properties
public string Sandbox.Services.Review.Content { get; set; }
The actual content (text only right now)
Returns:
string—public Sandbox.Services.Review.NegativeTags Sandbox.Services.Review.Negatives { get; set; }
public Sandbox.Services.Players.Profile Sandbox.Services.Review.Player { get; set; }
The player who made the review
public System.TimeSpan Sandbox.Services.Review.PlayTime { get; set; }
How many seconds this user played
Returns:
TimeSpan—public Sandbox.Services.Review.PositiveTags Sandbox.Services.Review.Positives { get; set; }
public Sandbox.Services.Review.ReviewScore Sandbox.Services.Review.Score { get; set; }
The score of the review
public System.DateTimeOffset Sandbox.Services.Review.Updated { get; set; }
Date this review was updated
Returns:
DateTimeOffset—No results match this filter.