LicenseKeyInfoProviderIsLocalDomain Method |
Check if given domain is localhost domain.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 12.0.0
Syntax public static bool IsLocalDomain(
string domain
)
Parameters
- domain
- Type: SystemString
Domain to check.
Return Value
Type:
BooleanSee Also