Click or drag to resize
AlternativeUrlCollisionData Class
Encapsulates data of colliding path for an alternative URL.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineAlternativeUrlCollisionData

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

The AlternativeUrlCollisionData type exposes the following members.

Constructors
  NameDescription
Public methodAlternativeUrlCollisionData
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 propertyExistingCultureCode
Indicates in which culture page exists in case of collision.
Public propertyNodeID
Node ID.
Public propertyPageName
Name of the page with colliding path.
Top
See Also