Click or drag to resize
AdministrationDomainCollisionsCheckerIsInCollision Method
Checks whether the given domain of the site is in collision with an another site.

Namespace: CMS.SiteProvider.Internal
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
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: Boolean
true when the given domain is in collision.
See Also