Table of Contents

Class CollisionData

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Encapsulates data of colliding web page URL paths.

public sealed class CollisionData
Inheritance
object
CollisionData
Extension Methods

Properties

IsDraft

Indicates if the web page url path is in Draft status.

public bool IsDraft { get; }

Property Value

bool

Path

Colliding path.

public string Path { get; }

Property Value

string

SourceContentLanguageName

Content language name of the source web page with colliding path.

public string SourceContentLanguageName { get; }

Property Value

string

SourceWebPageItemID

Source web page item ID.

public int SourceWebPageItemID { get; }

Property Value

int

WebPageItemID

Web page item ID.

public int WebPageItemID { get; }

Property Value

int

WebPageItemName

Name of the web page with colliding path.

public string WebPageItemName { get; }

Property Value

string