API ReferenceSandbox.Services

Reviewclass

Package Reviews

objectReview
Namespace
Sandbox.Services
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Services.Review

Constructors1

Showing 1 constructors

public Review()PUBLICCONSTRUCTOR

Methods3

Showing 3 methods

public static System.Threading.Tasks.Task`1<Sandbox.Services.Review[]> Fetch(string packageIdent, int take = 50, int skip = 0)PUBLICSTATIC

ParameterTypeDescription
packageIdentstring
take = 50int
skip = 0int
Returns:Task<Review[]>

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)PUBLICSTATIC

ParameterTypeDescription
packageIdentstring
takeint
skipint
score = nullNullable<ReviewScore>
positive = nullNullable<PositiveTags>
negatives = nullNullable<NegativeTags>
Returns:Task<ReviewPage>

public static System.Threading.Tasks.Task`1<Sandbox.Services.Review> Get(string packageIdent, Sandbox.SteamId steamid)PUBLICSTATIC

ParameterTypeDescription
packageIdentstring
steamidSteamId
Returns:Task<Review>

Properties7

Showing 7 properties

public string Sandbox.Services.Review.Content { get; set; }PUBLICGETSET

The actual content (text only right now)

Returns:string

public Sandbox.Services.Players.Profile Sandbox.Services.Review.Player { get; set; }PUBLICGETSET

The player who made the review

Returns:Profile

public System.TimeSpan Sandbox.Services.Review.PlayTime { get; set; }PUBLICGETSET

How many seconds this user played

Returns:TimeSpan

public System.DateTimeOffset Sandbox.Services.Review.Updated { get; set; }PUBLICGETSETPER-FRAME

Date this review was updated

Returns:DateTimeOffset

On this page