Gets a PageNode for a specific page id.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public PageNode GetPageNodeById(
	Guid id
)
Visual Basic
Public Function GetPageNodeById ( _
	id As Guid _
) As PageNode
Visual C++
public:
PageNode^ GetPageNodeById(
	Guid id
)

Parameters

id
Type: System..::..Guid
Id of page to find.

Return Value

PageNode for the page or null if no page was found with the given id.

See Also