Site Info
Defines the parameters to create a new site collection in SharePoint.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.SiteInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.SiteInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Remarks : |
If no database information is supplied the default server and content database will be used. |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| DatabaseName |
String. Specifies the name of the database to create the site collection within.
Note : If this value is supplied, then ensure a value for 'DatabasePassword', 'DatabaseServer' and 'DatabaseUserName'.
|
|
false
|
false
|
| DatabasePassword |
String. Specifies the password to log-in to the database server with.
Note : If this value is supplied, then ensure a value for 'DatabaseName', 'DatabaseServer' and 'DatabaseUserName'.
|
|
false
|
false
|
| DatabaseServer |
String. Specifies the name of the database server to create the site collection within.
Note : If this value is supplied, then ensure a value for 'DatabasePassword', 'DatabaseName' and 'DatabaseUserName'.
|
true
|
false
|
false
|
| DatabaseUserName |
String. Specifies the user name to log-in to the database server with.
Note : If this value is supplied, then ensure a value for 'DatabasePassword', 'DatabaseServer' and 'DatabaseName'.
|
|
false
|
false
|
| Description |
String. Specifies the description for the new site collection.
|
This site was created by SAF.
|
false
|
false
|
| LocaleId |
UInt32. Specifies the locale ID for the site.
|
1033
|
false
|
false
|
| Overwrite |
Boolean. Specifies whether to overwrite the site if it already exists at the destination.
|
false
|
false
|
false
|
| OwnerEmail |
String. Specifies the owner email for the new site collection.
|
support@collaboris.co.uk
|
false
|
true
|
| OwnerLogin |
String. Specifies the owner login for the new site collection.
|
local\administrator
|
false
|
true
|
| OwnerName |
String. Specifies the owner name for the new site collection.
|
Mark Jones
|
false
|
true
|
| SecondaryContactEmail |
String. Specifies the secondary contact email for the new site collection.
|
suppor2@collaboris.co.uk
|
false
|
false
|
| SecondaryContactLogin |
String. Specifies the secondary contact login for the new site collection.
|
local\administrator
|
false
|
false
|
| SecondaryContactName |
String. Specifies the secondary contact name for the new site collection.
|
Hugo Esperanca
|
false
|
false
|
| Title |
String. Specifies the title for the new site collection.
|
New Saf Site
|
false
|
true
|
| SiteCollectionUrl |
String. Specifies the relative URL of the new site.
|
sites/newSafSite
|
false
|
true
|
| UseHostHeaderAsSiteName |
Boolean. Specifies whether to use the host header as site name.
|
false
|
false
|
false
|
| WebApplicationUrl |
String. Specifies the parent web application URL that will contain the new site.
|
${CurrentWebApp.DefaultUrl}
|
false
|
true
|
| WebTemplate |
String. Specifies the template to base the new site upon.
|
STS#1
|
false
|
true
|