API Referenceglobal
public class Sandbox.Package.Organization
Represents an organization on Asset Party. Organization owns packages.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public Organization()
No results match this filter.
Properties
Showing 7 properties
public System.DateTimeOffset Sandbox.Package.Organization.Created { get; set; }
When the organization was created.
public string Sandbox.Package.Organization.Description { get; set; }
Description of this organization.
public string Sandbox.Package.Organization.Ident { get; set; }
Unique string that identifies this organization.
public string Sandbox.Package.Organization.SocialTwitter { get; set; }
Link to Twitter of this organization, if set.
public string Sandbox.Package.Organization.SocialWeb { get; set; }
Link to the website of this organization, if set.
public string Sandbox.Package.Organization.Thumb { get; set; }
Link to the thumbnail image of this organization.
public string Sandbox.Package.Organization.Title { get; set; }
Full or "nice" name of this organization.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Package.Organization |