Table of Contents

Class UpdateWebPageDraftEventArgs

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event arguments for UpdateDraft event.

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

Constructors

UpdateWebPageDraftEventArgs()

Initializes a new instance of UpdateWebPageDraftEventArgs.

public UpdateWebPageDraftEventArgs()

Properties

ContentItemData

Content item data.

public ContentItemData ContentItemData { get; init; }

Property Value

ContentItemData

ContentLanguageID

Content language ID.

public int ContentLanguageID { get; init; }

Property Value

int

ContentLanguageName

Content language name.

public string ContentLanguageName { get; init; }

Property Value

string

ContentTypeID

Content type identifier.

public int ContentTypeID { get; init; }

Property Value

int

ContentTypeName

Content type name.

public string ContentTypeName { get; init; }

Property Value

string

DisplayName

Web page display name, used to identify the item in user interface.

public string DisplayName { 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

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

UrlPathSlug

New web page URL path slug.

public string UrlPathSlug { get; set; }

Property Value

string

Remarks

The URL path slug will be updated if the web page is accessible via URL and the property value is not null or string.Empty.

WebsiteChannelID

Website channel identifier.

public int WebsiteChannelID { get; init; }

Property Value

int

WebsiteChannelName

Website channel name.

public string WebsiteChannelName { get; init; }

Property Value

string