Click or drag to resize
PresentationUrlCollisionsCheckerIsInCollision Method
Checks whether the given presentationUrl 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(
	NormalizedPresentationUrl presentationUrl,
	out IEnumerable<SiteInfo> collisions,
	bool checkDomainNames = true
)

Parameters

presentationUrl
Type: CMS.SiteProvider.InternalNormalizedPresentationUrl
Presentation URL to be checked.
collisions
Type: System.Collections.GenericIEnumerableSiteInfo
Collection of colliding sites.
checkDomainNames (Optional)
Type: SystemBoolean
Indicates if the given presentationUrl should be checked also against domain names.

Return Value

Type: Boolean
true when the given presentationUrl is in collision.
See Also