SiteInfoProviderCheckDomainNameForCollision Method |
Note: This API is now obsolete.
Checks the specified domain name(and site) for collision with another running site.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
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