SPWebCollection.Add Method
Windows SharePoint Services 3
Creates a Web site object in the collection.
| 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.
|