Click or drag to resize
AzureHelperIsAzureStagingDomain Method
Returns true if current domain is Azure staging domain.

Namespace: CMS.Base
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsAzureStagingDomain(
	string domain
)

Parameters

domain
Type: SystemString
Domain to check.

Return Value

Type: Boolean
See Also