ContentDBFormSection.ValidateDatabase Method
Raises the DatabaseSubmitted event.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
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
The Object that raised the event.
- e
Type: System.Web.UI.WebControls.ServerValidateEventArgs
The EventArgs object that contains the event data.