Get a PageData object with default values.
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ObsoleteAttribute("Use overload without access parameter. Access rights are ignored.", false)] public PageData GetDefaultPageData( PageReference parentPageLink, string pageTypeName, ILanguageSelector selector, AccessLevel access ) |
Parameters
- parentPageLink
- Type: EPiServer.Core..::.PageReference
The parent page of the "virtual" new page.
- pageTypeName
- Type: System..::.String
The page type name of the new page.
- selector
- Type: EPiServer.Core..::.ILanguageSelector
A selector to help select language
- access
- Type: EPiServer.Security..::.AccessLevel
The minimum access level that the current user must have to retrieve the page.
Return Value
A PageData object that contains the default values for a new page of the indicated type.
Exceptions
| Exception | Condition |
|---|---|
| EPiServer.Core..::.AccessDeniedException | Thrown AccessDeniedException when user doesnt have enough access right to perform this action |