AdministrationDomainCollisionsCheckerIsInCollision Method |
Checks whether the given domain of the site is in collision with an another site.
Namespace: CMS.SiteProvider.InternalAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax public bool IsInCollision(
string domain,
out IEnumerable<SiteInfo> collisions,
bool checkPresentationUrls = true
)
Parameters
- domain
- Type: SystemString
Domain to be checked. - collisions
- Type: System.Collections.GenericIEnumerableSiteInfo
Collection of colliding sites. - checkPresentationUrls (Optional)
- Type: SystemBoolean
Indicates if the given domain should be checked also against presentation URLs.
Return Value
Type:
Booleantrue when the given
domain is in collision.
See Also