Tries to resolve which page that owns the page folder with specified id.

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public PageReference ResolvePageFolder(
	int pageFolderId
)

Parameters

pageFolderId
Type: System..::.Int32
The page folder id.

Return Value

The link to the page if match is found else PageReference.EmptyReference is returned.

See Also