Organizationclass
An organization on Asset Party. Organizations own packages and have members.
Constructors1
Showing 1 constructors
public Organization()
No results match this filter.
Methods1
Showing 1 methods
public static System.Threading.Tasks.Task`1<Sandbox.Services.Organization> Get(string ident)
Fetch an organization by its ident. Cached in-memory for the session and on disk across launches — if the backend is unreachable we'll fall back to the disk copy.
| Parameter | Type | Description |
|---|---|---|
| ident | string | — |
No results match this filter.
Properties12
Showing 12 properties
public System.DateTimeOffset Sandbox.Services.Organization.Created { get; set; }
When the organization was created.
DateTimeOffset—public string Sandbox.Services.Organization.Description { get; set; }
Full description of this organization.
string—public string Sandbox.Services.Organization.Discord { get; set; }
Link to the Discord of this organization, if set.
string—public string Sandbox.Services.Organization.Ident { get; set; }
Unique string that identifies this organization.
string—public int Sandbox.Services.Organization.MemberCount { get; set; }
Number of members of this organization.
int—public Sandbox.Services.Players.Profile[] Sandbox.Services.Organization.Members { get; set; }
Members of this organization.
public int Sandbox.Services.Organization.PackageCount { get; set; }
Number of packages owned by this organization.
int—public string Sandbox.Services.Organization.Summary { get; set; }
Short summary of this organization.
string—public string Sandbox.Services.Organization.Thumb { get; set; }
Link to the thumbnail image of this organization.
string—public string Sandbox.Services.Organization.Title { get; set; }
Full or "nice" name of this organization.
string—public string Sandbox.Services.Organization.Twitter { get; set; }
Link to Twitter of this organization, if set.
string—public string Sandbox.Services.Organization.WebUrl { get; set; }
Link to the website of this organization, if set.
string—No results match this filter.