Table of Contents

Class MoveWebPageEventArgs

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event arguments for Move event.

public sealed class MoveWebPageEventArgs : CMSEventArgs
Inheritance
object
EventArgs
MoveWebPageEventArgs
Inherited Members
Extension Methods

Constructors

MoveWebPageEventArgs()

Initializes a new instance of MoveWebPageEventArgs.

public MoveWebPageEventArgs()

Properties

ContentTypeID

Content type identifier.

public int ContentTypeID { get; init; }

Property Value

int

ContentTypeName

Content type identifier.

public string ContentTypeName { get; init; }

Property Value

string

Guid

Web page unique identifier.

public Guid Guid { get; init; }

Property Value

Guid

ID

Web page identifier.

public int ID { get; init; }

Property Value

int

IsSecured

Indicates if web page is secured.

public bool IsSecured { get; init; }

Property Value

bool

Name

Code name of the web page.

public string Name { get; init; }

Property Value

string

Order

Web page order.

public int Order { get; init; }

Property Value

int

OriginalOrder

Original web page order.

public int OriginalOrder { get; init; }

Property Value

int

OriginalParentID

Original web page parent identifier.

public int OriginalParentID { get; init; }

Property Value

int

OriginalTreePath

Original web page tree path.

public string OriginalTreePath { get; init; }

Property Value

string

ParentID

Web page parent identifier.

public int ParentID { get; init; }

Property Value

int

TreePath

Web page tree path.

public string TreePath { get; init; }

Property Value

string

WebsiteChannelID

Website channel identifier.

public int WebsiteChannelID { get; init; }

Property Value

int

WebsiteChannelName

Website channel identifier.

public string WebsiteChannelName { get; init; }

Property Value

string