API ReferenceSandbox.Services
public sealed class Sandbox.Services.Review
Package Reviews
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public Review()
No results match this filter.
Methods
Showing 2 methods
public static System.Threading.Tasks.Task`1<Sandbox.Services.Review[]> Fetch(string packageIdent, int take = 50, int skip = 0)
Parameters
take: Default: 50skip: Default: 0
No results match this filter.
Properties
Showing 5 properties
public string Sandbox.Services.Review.Content { get; set; }
The actual content (text only right now)
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
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
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Services |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Services.Review |