Click or drag to resize
PresentationUrlCollisionsChecker Class
Checks presentation URL uniqueness within all sites.
Inheritance Hierarchy
SystemObject
  CMS.SiteProvider.InternalPresentationUrlCollisionsChecker

Namespace: CMS.SiteProvider.Internal
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
public sealed class PresentationUrlCollisionsChecker

The PresentationUrlCollisionsChecker type exposes the following members.

Constructors
  NameDescription
Public methodPresentationUrlCollisionsChecker
Initializes an instance of the PresentationUrlCollisionsChecker class.
Top
Methods
  NameDescription
Public methodCanBeStarted
Checks whether the site's presentation URLs are unique so the site can be started.
Public methodIsInCollision
Checks whether the given presentationUrl of the site is in collision with an another site.
Top
See Also