Get data for the current page.
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public PageData CurrentPage { get; } |
Field Value
The PageData object.Implements
IPageSource..::.CurrentPage
Remarks
This IPageSource implementation simply returns null since DataFactory has
no concept of a "current" page.