API ReferenceSandbox.Services
Newsclass
News Posts
object→News
Constructors1
Showing 1 constructors
public News()
No results match this filter.
Methods4
Showing 4 methods
public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetNews(int take = 10, int skip = 0)
| Parameter | Type | Description |
|---|---|---|
| take = 10 | int | — |
| skip = 0 | int | — |
public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetOrganizationNews(string org, int take = 10, int skip = 0)
| Parameter | Type | Description |
|---|---|---|
| org | string | — |
| take = 10 | int | — |
| skip = 0 | int | — |
public static System.Threading.Tasks.Task`1<Sandbox.Services.News[]> GetPackageNews(string package, int take = 10, int skip = 0)
| Parameter | Type | Description |
|---|---|---|
| package | string | — |
| take = 10 | int | — |
| skip = 0 | int | — |
No results match this filter.
Properties8
Showing 8 properties
public System.DateTimeOffset Sandbox.Services.News.Created { get; set; }
Returns:
DateTimeOffset—public System.Guid Sandbox.Services.News.Id { get; set; }
Returns:
Guid—public string Sandbox.Services.News.Media { get; set; }
Returns:
string—public string Sandbox.Services.News.Summary { get; set; }
Returns:
string—public string Sandbox.Services.News.Url { get; set; }
Returns:
string—No results match this filter.