SPUtility.IsClientValid method

Determines whether or not we should stop processing the current request.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function IsClientValid ( _
    page As Page _
) As Boolean
'Usage
Dim page As Page
Dim returnValue As Boolean

returnValue = SPUtility.IsClientValid(page)
public static bool IsClientValid(
    Page page
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace