SPUtility.IsClientValid Method

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
Public Shared Function IsClientValid ( _
    page As Page _
) As Boolean
'Usage
Dim page As Page
Dim returnValue As Boolean

returnValue = SPUtility.IsClientValid(page)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
public static bool IsClientValid(
    Page page
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

SPUtility Class

SPUtility Members

Microsoft.SharePoint.Utilities Namespace