PresentationUrlCollisionsCheckerIsInCollision Method |
Checks whether the given presentationUrl 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(
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:
Booleantrue when the given
presentationUrl is in collision.
See Also