OrgAndProjectIsSet
property in Coherence.Editor.PortalUtil
Properties
public static bool OrgAndProjectIsSet { get; }
Returns true if OrganizationID has a value that is found among Coherence.Editor.Portal.PortalLogin.organizations and Coherence.Editor.ProjectSettings.GetActiveProjectId(System.Nullable{System.Boolean}) returns a value that is found among the projects of the active organization; otherwise, false.
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
NOTE: Always returns false if not logged in or if Coherence.Editor.Portal.PortalLogin.FetchOrgs(System.Action<Coherence.Editor.Portal.OrganizationList>) has not been called yet or has not completed yet.