SPWebApplicationBuilder Members
Include Protected Members
Include Inherited Members
Creates an SPWebApplication object, which provides default settings for all the required values; that way, the caller must only change the property values that vary from the default.
The SPWebApplicationBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebApplicationBuilder | Initializes a new instance of the SPWebApplicationBuilder class using the default Web application settings. |
Top
Properties
Name | Description | |
---|---|---|
AllowAnonymousAccess | Gets or sets a Boolean value that specifies whether the new Web application allows anonymous access. | |
ApplicationPoolId | Gets or sets the ID of the new or existing application pool. | |
ApplicationPoolPassword | Gets or sets the password for the new application pool that is used by the Web application. | |
ApplicationPoolUsername | Gets or sets the user name for the new application pool that is used by the Web application. | |
AutomaticallyResetDefaultsAfterCreation | Gets or sets a Boolean value that specifies whether to reset the default values after the Create method is called. | |
CreateNewDatabase | Gets or sets a Boolean value that specifies whether to create a new content database for the Web application. | |
DatabaseName | Gets or sets the name to be used for a new content database. | |
DatabasePassword | Gets or sets the SQL authentication password to be used for a new content database. | |
DatabaseServer | Gets or sets the database server name and instance to be used for a new content database. | |
DatabaseUsername | Gets or sets the SQL authentication user name to be used for a new content database. | |
DefaultZoneUri | Gets or sets the load-balanced URI to use for the default zone. | |
HostHeader | Gets or sets an optional Internet Information Services (IIS) host header for the new IIS Web site of the Web application. | |
Id | Gets or sets the ID of the Web application. | |
IdentityType | Gets or sets the process identity type of the application pool that is used by the Web application. | |
ManagedAccount | Gets or sets a managed account to specify the ApplicationPoolUsername and ApplicationPoolPassword credentials. | |
Port | Gets or sets the port of the new Web application. | |
RootDirectory | Gets or sets the file system directory in which to install static files such as Web.config for the new Web application. | |
SearchServiceInstance | Gets or sets the search service instance that is used to crawl the new content database. | |
ServerComment | Gets or sets the server comment for a new or existing Web application. | |
UseNTLMExclusively | Gets or sets a Boolean value that specifies whether the new Internet Information Services (IIS) Web site that hosts the Web application is configured to use only NT LAN Manager (NTLM) for authentication and therefore that Kerberos authentication is disabled. | |
UseSecureSocketsLayer | Gets or sets a Boolean value that specifies whether the new Internet Information Services (IIS) Web site that hosts the Web application is configured to use SSL. | |
WebService | Gets or sets the parent Web service for the Web application. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates a new Web application using the settings that have been provided to this builder. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ResetDefaults | Initializes all values with the best defaults that SharePoint Foundation can determine. | |
ToString | (Inherited from Object.) |
Top