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

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

Syntax

JavaScript
function findPageView(pageViewID);

Parameters

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

Return Value

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

See Also