API ReferenceSandbox.Services
public sealed class Sandbox.Services.News
News Posts
Constructors
Showing 1 constructors
public News()
No results match this filter.
Methods
Showing 4 methods
public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetNews(int take = 10, int skip = 0)
Parameters
take: Default: 10skip: Default: 0
public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetOrganizationNews(string org, int take = 10, int skip = 0)
Parameters
take: Default: 10skip: Default: 0
public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetPackageNews(string package, int take = 10, int skip = 0)
Parameters
take: Default: 10skip: Default: 0
public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetPlatformNews(int take = 10, int skip = 0)
Parameters
take: Default: 10skip: Default: 0
No results match this filter.
Properties
Showing 8 properties
public System.DateTimeOffset Sandbox.Services.News.Created { get; set; }
public System.Guid Sandbox.Services.News.Id { get; set; }
public string Sandbox.Services.News.Media { get; set; }
public string Sandbox.Services.News.Summary { get; set; }
public string Sandbox.Services.News.Url { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Services |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Services.News |