class Package.Organization

in global :: Sandbox

Represents an organization on Asset Party. Organization owns packages.


public string Ident { get; set; }

Unique string that identifies this organization.

public string Title { get; set; }

Full or "nice" name of this organization.

public string SocialTwitter { get; set; }

Link to Twitter of this organization, if set.

public string SocialWeb { get; set; }

Link to the website of this organization, if set.

public string Description { get; set; }

Description of this organization.

public string Thumb { get; set; }

Link to the thumbnail image of this organization.

public DateTimeOffset Created { get; set; }

When the organization was created.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Package.Organization( )

😔 No documentation found.