Accountclass

objectAccount
Namespace
global
Assembly
Sandbox.Tools
Declaration
public static abstract sealed class Editor.EditorUtility.Account

Methods3

Showing 3 methods

public static System.Threading.Tasks.ValueTask Assure()PUBLICSTATIC

Returns:ValueTask

public static bool IsMember(string org)PUBLICSTATIC

ParameterTypeDescription
orgstring
Returns:bool

public static System.Threading.Tasks.Task Refresh()PUBLICSTATIC

Returns:Task

Properties3

Showing 3 properties

public static System.Collections.Generic.IReadOnlyList`1<Sandbox.Package> Editor.EditorUtility.Account.Favourites { get; set; }PUBLICSTATICGETSET

Returns:IReadOnlyList<Package>

public static System.Collections.Generic.IReadOnlyList`1<Sandbox.Package.Organization> Editor.EditorUtility.Account.Memberships { get; set; }PUBLICSTATICGETSET

Returns:IReadOnlyList<Organization>

On this page