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
- page
Type: System.Web.UI.Page
Return Value
Type: System.Boolean