s&box docs
API ReferenceSandbox.Services

public sealed class Sandbox.Services.Review

Package Reviews

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 3 methods

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

Parameters

  • take: Default: 50
  • skip: Default: 0

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)

Parameters

  • score: Default: null
  • positive: Default: null
  • negatives: Default: null

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

Properties

Showing 7 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 System.DateTimeOffset Sandbox.Services.Review.Updated { get; set; }

Date this review was updated

Metadata

FieldValue
NamespaceSandbox.Services
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Services.Review

On this page