Gets the index of page with the specified page view ID.

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public int FindPageView(
	string pageViewID
)
Visual Basic (Declaration)
Public Function FindPageView ( _
	pageViewID As String _
) As Integer

Parameters

pageViewID
Type: System..::..String
The page view ID.

Return Value

The indes of the page; -1 if not found.

See Also