API ReferenceSandbox.Services

Newsclass

News Posts

objectNews
Namespace
Sandbox.Services
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Services.News

Constructors1

Showing 1 constructors

public News()PUBLICCONSTRUCTOR

Methods4

Showing 4 methods

public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetNews(int take = 10, int skip = 0)PUBLICSTATIC

ParameterTypeDescription
take = 10int
skip = 0int
Returns:Task<News[]>

public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetOrganizationNews(string org, int take = 10, int skip = 0)PUBLICSTATIC

ParameterTypeDescription
orgstring
take = 10int
skip = 0int
Returns:Task<News[]>

public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetPackageNews(string package, int take = 10, int skip = 0)PUBLICSTATIC

ParameterTypeDescription
packagestring
take = 10int
skip = 0int
Returns:Task<News[]>

public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetPlatformNews(int take = 10, int skip = 0)PUBLICSTATIC

ParameterTypeDescription
take = 10int
skip = 0int
Returns:Task<News[]>

Properties8

Showing 8 properties

public Sandbox.Services.Players.Profile Sandbox.Services.News.Author { get; set; }PUBLICGETSET

Returns:Profile

public System.DateTimeOffset Sandbox.Services.News.Created { get; set; }PUBLICGETSET

Returns:DateTimeOffset

public System.Guid Sandbox.Services.News.Id { get; set; }PUBLICGETSET

Returns:Guid

public string Sandbox.Services.News.Media { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Services.News.Summary { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Services.News.Title { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Services.News.Url { get; set; }PUBLICGETSET

Returns:string

On this page