Class Urls
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
- Inheritance
-
Urls
- Inherited Members
-
- Extension Methods
-
Constructors
Urls(EnvironmentModel, string, string)
public Urls(EnvironmentModel environment, string applicationDomain, string helpUrl)
Parameters
environment EnvironmentModel
applicationDomain string
helpUrl string
Properties
AdminHomeUrl
public static string AdminHomeUrl { get; }
Property Value
- string
AdminReportsUrl
public static string AdminReportsUrl { get; }
Property Value
- string
CmdsHomeUrl
public static string CmdsHomeUrl { get; }
Property Value
- string
DeveloperHelpUrl
public string DeveloperHelpUrl { get; }
Property Value
- string
HelpUrl
public string HelpUrl { get; }
Property Value
- string
LoginUrl
public string LoginUrl { get; }
Property Value
- string
MessageEditorHelpUrl
public string MessageEditorHelpUrl { get; }
Property Value
- string
PortalHomeUrl
public static string PortalHomeUrl { get; }
Property Value
- string
RootUrl
public string RootUrl { get; }
Property Value
- string
Methods
GetApplicationUrl(string)
public string GetApplicationUrl(string organizationCode)
Parameters
organizationCode string
Returns
- string
GetHomeUrl(bool, bool, bool)
public string GetHomeUrl(bool isCmdsUser, bool isCmdsOrganization, bool isAdministrator)
Parameters
isCmdsUser bool
isCmdsOrganization bool
isAdministrator bool
Returns
- string
GetHostName(string)
public string GetHostName(string subdomain)
Parameters
subdomain string
Returns
- string