OrgAndProjectIsSet
property in Coherence.Editor.PortalUtil
Properties
public static bool OrgAndProjectIsSet { get; }
returns true if Coherence.RuntimeSettings.ProjectID has a value that is not null or empty, and Coherence.RuntimeSettings.OrganizationID has a value that is found among Coherence.Editor.Portal.PortalLogin.organizations; otherwise, false.
NOTE: Always returns false, unless Coherence.Editor.Portal.PortalLogin.FetchOrgs(System.Action<Coherence.Editor.Portal.OrganizationList>) has been called! This might not have happened unless the Coherence Sync window has been opened.
Property Value
Type | Description |
---|---|
bool |