Indicates whether the page was rendered since the last

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

Syntax

C#
public static bool IsPageRendered(
	IPage page
)
Visual Basic
Public Shared Function IsPageRendered ( _
	page As IPage _
) As Boolean
Visual C++
public:
static bool IsPageRendered(
	IPage^ page
)

Parameters

page
Type: Composite.Data.Types..::..IPage

[Missing <param name="page"/> documentation for "M:Composite.Data.PageRenderingHistory.IsPageRendered(Composite.Data.Types.IPage)"]

Return Value

[Missing <returns> documentation for "M:Composite.Data.PageRenderingHistory.IsPageRendered(Composite.Data.Types.IPage)"]

See Also