Click or drag to resize
CollisionData Class
Encapsulates data of colliding path for a router path.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngine.Routing.InternalCollisionData

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public sealed class CollisionData

The CollisionData type exposes the following members.

Constructors
  NameDescription
Public methodCollisionData
Creates an instance of CollisionData class.
Top
Properties
  NameDescription
Public propertyCultureCode
Culture code of the page with colliding path.
Public propertyCultureVersionExists
Indicates if the path belongs to an existing culture version of a page.
Public propertyIsAlternative
Indicates if the path is router path or alternative path.
Public propertyNodeID
Node ID.
Public propertyPageName
Name of the page with colliding path.
Public propertyPath
Colliding path.
Public propertySourceCultureCode
Culture code of the source page with colliding path.
Public propertySourceCultureVersionExists
Indicates if the source path belongs to an existing culture version of a page.
Public propertySourceIsSelf
Indicates if the collision is for source path itself.
Public propertySourceNodeID
Source node ID.
Public propertySourcePageName
Name of the source page with colliding path.
Top
See Also