ContentDatabaseSection.ValidateDatabase Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub ValidateDatabase ( _
sender As Object, _
e As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim e As ServerValidateEventArgs
Me.ValidateDatabase(sender, e)
protected void ValidateDatabase(
Object sender,
ServerValidateEventArgs e
)
Parameters
- sender
Type: System.Object