Web Application Info
Defines the parameters to create a new web application in SharePoint.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.WebApplicationInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.WebApplicationInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| Overwrite |
Nullable`1. Specifies whether to overwrite the web application if it already exists at the destination.
|
true
|
false
|
false
|
| Port |
Nullable`1. Specifies the IIS port on which to create the web application.
|
4433
|
false
|
false
|
| AppPoolId |
String. Specifies the app pool ID for the new web application.
|
|
false
|
false
|
| AppPoolUserName |
String. Specifies the account under which the app pool will run for the new web application.
|
${USERDOMAIN}\${USERNAME}
|
false
|
false
|
| AppPoolPassword |
String. Specifies the password for the account under which the app pool will run for the new web application.
|
MyPassword
|
false
|
false
|
| CreateNewDatabase |
Nullable`1. Specifies whether to create a new database for the web application.
Note : If this is set to 'True' then 'DatabaseName' and 'DatabaseServer' can be set, but are ignored.
|
false
|
false
|
false
|
| DatabaseName |
String. Specifies the database name under which the new web application will be created.
|
|
false
|
false
|
| DatabaseServer |
String. Specifies the database server under which the new web application will be created.
|
|
false
|
false
|
| UseNTLM |
Nullable`1. Specifies whether to user NTLM authentication for the web application.
|
|
false
|
false
|
| AllowAnonymous |
Nullable`1. Specifies whether to allow anonymous access to the web application.
|
true
|
false
|
false
|
| HostHeader |
String. Specifies a host header under which the new web application will be created.
|
|
false
|
false
|
| UseSSL |
Nullable`1. Specifies whether to use (secured sockets) SSL for the web application.
|
false
|
false
|
false
|
| RootDirectory |
String. Specifies the root directory under which the new web application will be created.
|
|
false
|
false
|
| WebAppName |
String. Specifies the web app name under which the new web application will be created.
|
SAF New Web App
|
false
|
true
|
| DeleteContentDatabases |
Nullable`1. Specifies whether to delete the content databases for the web application (during an undo).
Note : If during an undo the web application gets removed specify 'True' to remove the content databases.
|
true
|
false
|
false
|