|
Parameter name and (short form)
|
Value
|
Required?
|
Description
|
|
url
|
A valid URL name, such as http://server_name/sites/site_name/subsite_name
|
Yes
|
The URL where the subsite should be created. This should be a path below an existing site collection or subsite.
|
|
lcid
|
A valid locale ID, such as "1033" for English
|
No
|
The language that should be used when creating the site.
Note:
|
|
You must specify this parameter when using a language other than the install language of the SharePoint template.
|
|
|
sitetemplate (st)
|
Valid values available in a default installation include:
-
STS#0: Team Site
-
STS#1: Blank Site
-
STS#2: Document Workspace
-
MPS#0: Basic Meeting Workspace
-
MPS#1: Blank Meeting Workspace
-
MPS#2: Decision Meeting Workspace
-
MPS#3: Social Meeting Workspace
-
MPS#4: Multipage Meeting Workspace
-
BLOG#0: Blog
-
WIKI#0: Wiki Site
Note:
|
|
If you added a template to the central template gallery, you must specify the template name as _GLOBAL_#number, where number refers to the template ID.
|
|
No
|
Specifies the type of template to be used by the newly created site.
If you do not specify a template to use, the owner can choose a template when he or she first browses to the site.
The value must be in the form name#configuration. If you do not specify the configuration, (for example, STS) configuration 0 is the default (for example, STS#0).
The list of available templates can be customized to include templates you create. To display a list of custom templates, use the Enumtemplates operation.
|
|
title (t)
|
A valid title
Note:
|
|
The title can contains a space provided it is enclosed within quotation marks, for example, "New Site".
|
|
No
|
The title of the new subsite.
The maximum length is 255 characters.
|
|
description (desc)
|
A valid text string, such as "This is a description"
|
No
|
Description of the new subsite.
|
|
convert (cvt)
|
<none>
|
No
|
If you include the convert parameter and there is an existing folder at the URL for the new subsite, then Windows SharePoint Services 3.0 will convert that folder to become a subsite.
If you do not include the convert parameter and there is an existing folder at the URL for the new subsite, then the following error message is displayed: "The URL path with the specified site name already exists."
|
|
unique
|
<none>
|
No
|
Specifies whether the site has unique permissions instead of inheriting them from the parent.
|