Extended Web Application Info
Defines the parameters to extend an existing web application in SharePoint.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.ExtendedWebApplicationInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.ExtendedWebApplicationInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| WebAppUrl |
String. The URL of the web application to be extended.
More Information : For more information on how to set expressions go here.
|
http://localhost:4433
|
false
|
false
|
| WebAppName |
String. Specifies the web app name for the extended web application.
|
SAF New Web App Extended
|
false
|
true
|
| HostHeader |
String. Specifies a host header for the extended web application.
|
|
false
|
false
|
| Port |
Nullable`1. Specifies the IIS port on which to create the extended web application.
|
4444
|
false
|
false
|
| LoadBalancedUrl |
String. Specifies the load balanced URL for the extended web app.
|
|
false
|
false
|
| RootDirectory |
String. Specifies the root directory for the extended web application.
|
c:\inetpub\wwwroot\wss\virtualdirectories\4444
|
false
|
false
|
| AllowAnonymous |
Nullable`1. Specifies whether to allow anonymous access to the web application.
|
true
|
false
|
false
|
| UseNTLM |
Nullable`1. Specifies whether to user NTLM authentication for the web application.
|
|
false
|
false
|
| UseSSL |
Nullable`1. Specifies whether to use (secured sockets) SSL for the web application.
|
false
|
false
|
false
|
| SPUrlZone |
SPUrlZone. Specifies the URL zone in which to extend the web application.
Note : Possible values are : Custom|Default|Extranet|Intranet|Internet
|
Internet
|
false
|
false
|
| Overwrite |
Nullable`1. Specifies whether to overwrite the web application if it already exists at the destination.
|
false
|
false
|
false
|