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 2 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> Get(string packageIdent, Sandbox.SteamId steamid)

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