Class ConvertedPageEventArgs
Event argument used in Page
Inheritance
System.Object
ConvertedPageEventArgs
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ConvertedPageEventArgs : EventArgs
Constructors
ConvertedPageEventArgs(PageReference, PageType, PageType, Boolean)
Creates a new instance of Converted
Declaration
public ConvertedPageEventArgs(PageReference pageLink, PageType fromPageType, PageType toPageType, bool recursive)
Parameters
Type | Name | Description |
---|---|---|
Page |
pageLink | |
Page |
fromPageType | |
Page |
toPageType | |
System. |
recursive |
Properties
FromPageType
Specifies from which pagetype it is converted
Declaration
public PageType FromPageType { get; }
Property Value
Type | Description |
---|---|
Page |
PageLink
The page which is converted
Declaration
public PageReference PageLink { get; }
Property Value
Type | Description |
---|---|
Page |
Recursive
Specifies if the convert operation is recursive for descendents of same pagetype
Declaration
public bool Recursive { get; }
Property Value
Type | Description |
---|---|
System. |
ToPageType
Specifies to which pagetype it is converted
Declaration
public PageType ToPageType { get; }
Property Value
Type | Description |
---|---|
Page |