Click or drag to resize
PresentationUrlCollisionsCheckerCanBeStarted Method
Checks whether the site's presentation URLs are unique so the site can be started.

Namespace: CMS.SiteProvider.Internal
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
public bool CanBeStarted(
	out IEnumerable<SiteInfo> collisions
)

Parameters

collisions
Type: System.Collections.GenericIEnumerableSiteInfo
Collection of colliding sites.

Return Value

Type: Boolean
true when the site's presentation URLs aren't colliding with and another site.
See Also