SPWebCollection.Add Method (Microsoft.SharePoint)
Creates a Web site object in the collection.

Overload List
|
Name
|
Description
|
|
SPWebCollection.Add (String)
|
Creates a Web site object with the specified Web site-relative URL.
|
|
SPWebCollection.Add (String, String, String, UInt32, SPWebTemplate, Boolean, Boolean)
|
Creates a Web site object with the specified site-relative URL, title, description, locale ID, and site definition or site template object.
|
|
SPWebCollection.Add (String, String, String, UInt32, String, Boolean, Boolean)
|
Creates a Web site object with the specified site-relative URL, title, description, locale ID, and site definition or site template name.
|

See Also