ContentDBFormSection Members
Include Protected Members
Include Inherited Members
Specifies a section of a user input form on a Web control that is used to configure the content database for the search service.
The ContentDBFormSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ContentDBFormSection | Initializes a new instance of the ContentDBFormSection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AccessKey | Gets or sets the access key that allows you to quickly navigate to this control in the user interface. |
![]() |
Adapter | (Inherited from Control.) |
![]() |
Application | (Inherited from UserControl.) |
![]() |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
![]() |
AppRelativeVirtualPath | (Inherited from TemplateControl.) |
![]() |
Attributes | (Inherited from UserControl.) |
![]() |
AutoHandlers | Obsolete. (Inherited from TemplateControl.) |
![]() |
BindingContainer | (Inherited from Control.) |
![]() |
Cache | (Inherited from UserControl.) |
![]() |
CachePolicy | (Inherited from UserControl.) |
![]() |
ChildControlsCreated | (Inherited from Control.) |
![]() |
ClientID | (Inherited from Control.) |
![]() |
ClientIDSeparator | (Inherited from Control.) |
![]() |
Collapsed | Gets or sets a value that determines whether the content database section of the user input form is collapsed. |
![]() |
Collapsible | Gets or sets a value that determines whether the content database section of the user input form is collapsible. |
![]() |
ConnectionString | Gets or sets the value of the string used to connect to the content database for the search service. |
![]() |
Context | (Inherited from Control.) |
![]() |
Controls | (Inherited from Control.) |
![]() |
DatabaseErrorMessage | Gets or sets the value of the string that will be displayed whenever a database fails to validate. |
![]() |
DatabaseName | Gets or sets the value of the form field that displays the database name. |
![]() |
DatabasePassword | Gets or sets the value of the form field that displays the database password. |
![]() |
DatabaseServer | Gets or sets the value of the form field that displays the name of the database server. |
![]() |
DatabaseUserName | Gets or sets the value of the form field that displays the database user name. |
![]() |
Description | Gets or sets the description text for the content database section of the user input form. |
![]() |
DesignMode | (Inherited from Control.) |
![]() |
DisplayMode | Gets or sets the display mode of the content database section of the user input form. |
![]() |
EnableTheming | (Inherited from TemplateControl.) |
![]() |
EnableViewState | (Inherited from Control.) |
![]() |
Events | (Inherited from Control.) |
![]() |
HasChildViewState | (Inherited from Control.) |
![]() |
ID | (Inherited from Control.) |
![]() |
IdSeparator | (Inherited from Control.) |
![]() |
IncludeSearchServer | Gets or sets a value that determines whether to display the search service configuration section of the user input form. |
![]() |
IsChildControlStateCleared | (Inherited from Control.) |
![]() |
IsPostBack | (Inherited from UserControl.) |
![]() |
IsTrackingViewState | (Inherited from Control.) |
![]() |
IsViewStateEnabled | (Inherited from Control.) |
![]() |
LoadViewStateByID | (Inherited from Control.) |
![]() |
NamingContainer | (Inherited from Control.) |
![]() |
Page | (Inherited from Control.) |
![]() |
Parent | (Inherited from Control.) |
![]() |
ReadOnly | Gets or sets a value that indicates whether this section of the form is read-only. |
![]() |
Request | (Inherited from UserControl.) |
![]() |
RequiredValidatorsEnabled | Gets or sets a value that determines whether the user is required to enter a database server and name. |
![]() |
Response | (Inherited from UserControl.) |
![]() |
SearchServiceInstance | Gets the SPSearchServiceInstance that is installed on the server. |
![]() |
Server | (Inherited from UserControl.) |
![]() |
Session | (Inherited from UserControl.) |
![]() |
Site | (Inherited from Control.) |
![]() |
SkinID | (Inherited from Control.) |
![]() |
SupportAutoEvents | (Inherited from TemplateControl.) |
![]() |
TabIndex | Gets or sets the placement of the form section in the tab order of the Web control. |
![]() |
TemplateControl | (Inherited from Control.) |
![]() |
TemplateSourceDirectory | (Inherited from Control.) |
![]() |
Title | Gets or sets the string value of the title of the form section. |
![]() |
Trace | (Inherited from UserControl.) |
![]() |
UniqueID | (Inherited from Control.) |
![]() |
UseWindowsAuthentication | Gets or sets a value indicating whether Integrated Windows authentication will be used for database access. |
![]() |
ViewState | (Inherited from Control.) |
![]() |
ViewStateIgnoresCase | (Inherited from Control.) |
![]() |
Visible | (Inherited from Control.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
![]() |
AbortTransaction | (Inherited from TemplateControl.) |
![]() |
CommitTransaction | (Inherited from TemplateControl.) |
![]() |
DatabaseSubmitted | Submits and validates the database name and server that the user has configured. |
![]() |
DataBinding | (Inherited from Control.) |
![]() |
Disposed | (Inherited from Control.) |
![]() |
Error | (Inherited from TemplateControl.) |
![]() |
Init | (Inherited from Control.) |
![]() |
Load | (Inherited from Control.) |
![]() |
PreRender | (Inherited from Control.) |
![]() |
Unload | (Inherited from Control.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
ContentDatabaseFormSection | The InputFormSection control used in this form section for displaying the content database information. |
![]() |
DatabaseValidator | The CustomValidator control used to validate the database. |
![]() |
DdlSearchServer | The DropDownList control used to display the search servers in this form section. |
![]() |
DescriptionLabel | The Label control used for displaying the description of this form section. |
![]() |
IfcSearchServer | The InputFormControl control used in this form section. |
![]() |
RadSqlAuth | The InputFormRadioButton control used to display the SQL authorization option in the form section. |
![]() |
RadWindowsAuth | The InputFormRadioButton control used to display the Windows authorization option in the form section. |
![]() |
ReqValDatabaseAccount | The RequiredFieldValidator control that makes the database account name a required input field. |
![]() |
ReqValDatabaseName | The RequiredFieldValidator control that makes the database name a required input field. |
![]() |
ReqValDatabasePassword | The RequiredFieldValidator control that makes the database password a required input field. |
![]() |
ReqValDatabaseServer | The RequiredFieldValidator control that makes the database server name a required input field. |
![]() |
SearchServerDescriptionLabel | The Label control that displays the search server description. |
![]() |
SearchServerFormSection | The InputFormSection control used in this form section for displaying the search server information. |
![]() |
SearchServerLabel | The Label control that displays the search server name. |
![]() |
TxtDatabaseAccount | The TextBox control that displays the database account input field. |
![]() |
TxtDatabaseName | The TextBox control that displays the database name input field. |
![]() |
TxtDatabasePassword | The TextBox control that displays the database password input field. |
![]() |
TxtDatabaseServer | The TextBox control that displays the database server name input field. |
Top
Explicit Interface Implementations
Top