PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the current item as determined by the Page Scope if it's set, or the Request otherwise.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public static int GetPageScopeItem(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetPageScopeItem ( _
	context As  _
) As Integer

Parameters

context
IRenderContext
The render context

Return Value

See Also

Advanced