Interface IWebPageEventArgs
Defines common properties for web page events, shared by both asynchronous events and synchronous event arguments.
public interface IWebPageEventArgs
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from public code.
Properties
AccessSettings
Access control settings for the web page item.
ContentAccessSettings AccessSettings { get; }
Property Value
ContentItemData
Data container with type-specific content item data.
ContentItemDataEventContainer ContentItemData { get; }
Property Value
ContentLanguageID
Content language ID.
int ContentLanguageID { get; }
Property Value
- int
ContentLanguageName
Content language name.
string ContentLanguageName { get; }
Property Value
- string
ContentTypeID
Content type identifier.
int ContentTypeID { get; }
Property Value
- int
ContentTypeName
Content type name.
string ContentTypeName { get; }
Property Value
- string
DisplayName
Web page display name.
string DisplayName { get; }
Property Value
- string
Guid
Web page unique identifier.
Guid Guid { get; }
Property Value
- Guid
ID
Web page identifier.
int ID { get; }
Property Value
- int
Name
Code name of the web page.
string Name { get; }
Property Value
- string
Order
Web page order.
int Order { get; }
Property Value
- int
ParentID
Web page parent identifier.
int ParentID { get; }
Property Value
- int
TreePath
Web page tree path.
string TreePath { get; }
Property Value
- string
WebsiteChannelID
Website channel identifier.
int WebsiteChannelID { get; }
Property Value
- int
WebsiteChannelName
Website channel name.
string WebsiteChannelName { get; }
Property Value
- string