Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an SPWeb object in the collection.
Name | Description | |
---|---|---|
![]() |
Add(String) | Creates an SPWeb object with the specified website-relative URL. |
![]() |
Add(String, String, String, UInt32, SPWebTemplate, Boolean, Boolean) | Creates an SPWeb object with the specified site-relative URL, title, description, locale ID, and site definition or site template object. |
![]() |
Add(String, String, String, UInt32, String, Boolean, Boolean) | Creates a website with the specified site-relative URL, title, description, locale ID, and site definition or site template name. |
Top