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

Namespace:  C1.Web.iPhone.C1MultiView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public int FindPageView(
	string pageViewID
)
Visual Basic
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