Organizationclass

Represents an organization on Asset Party. Organization owns packages.

objectOrganization
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Package.Organization

Constructors1

Showing 1 constructors

public Organization()PUBLICCONSTRUCTOR

Properties7

Showing 7 properties

public System.DateTimeOffset Sandbox.Package.Organization.Created { get; set; }PUBLICGETSET

When the organization was created.

Returns:DateTimeOffset

public string Sandbox.Package.Organization.Description { get; set; }PUBLICGETSET

Description of this organization.

Returns:string

public string Sandbox.Package.Organization.Ident { get; set; }PUBLICGETSET

Unique string that identifies this organization.

Returns:string

public string Sandbox.Package.Organization.SocialTwitter { get; set; }PUBLICGETSET

Link to Twitter of this organization, if set.

Returns:string

public string Sandbox.Package.Organization.SocialWeb { get; set; }PUBLICGETSET

Link to the website of this organization, if set.

Returns:string

public string Sandbox.Package.Organization.Thumb { get; set; }PUBLICGETSET

Link to the thumbnail image of this organization.

Returns:string

public string Sandbox.Package.Organization.Title { get; set; }PUBLICGETSET

Full or "nice" name of this organization.

Returns:string

On this page