Retrive page listing.
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public PageDataCollection GetChildren( PageReference pageLink, ILanguageSelector selector ) |
Parameters
- pageLink
- Type: EPiServer.Core..::.PageReference
The page that you want to list the children to.
- selector
- Type: EPiServer.Core..::.ILanguageSelector
An ILanguageSelector that will be used to determine the language for the child pages.
Return Value
All children to the given page.
Remarks
This methods does not filter any pages due to access rights, but it will filter pages not published for the selected language.