class Review
in global :: Sandbox . Services
Package Reviews
public Profile Player { get; set; }
The player who made the review
public string Content { get; set; }
The actual content (text only right now)
public Review.ReviewScore Score { get; set; }
The score of the review
public TimeSpan PlayTime { get; set; }
How many seconds this user played
public DateTimeOffset Updated { get; set; }
Date this review was updated
public static Task<Review[]> Fetch( string packageIdent, int take = 50, int skip = 0 )
😔 No documentation found.
public static Task<Review> Get( string packageIdent, SteamId steamid )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Review( )
😔 No documentation found.