SiteInfoProviderCheckDomainNameForCollision Method |
Checks the specified domain name(and site) for collision with another running site.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax public static DataSet CheckDomainNameForCollision(
string domainName,
int siteId
)
Parameters
- domainName
- Type: SystemString
Domain name to be checked - siteId
- Type: SystemInt32
ID of the site which holds the domain name (site is excluded from result)
Return Value
Type:
DataSetDataset with data of the first site which is running under specified domain name.
See Also