SPSiteCollection.Add Method
Include Protected Members
Include Inherited Members
Creates an SPSite object in the collection.
Overload List
Name | Description | |
---|---|---|
Add(String, String, String) | Creates an SPSite object based on the specified URL and on the user name and e-mail address of the owner of the site collection. | |
Add(String, String, String, UInt32, String, String, String, String) | Creates an SPSite object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user name, user display name, and e-mail address of the owner of the site collection. | |
Add(String, String, String, UInt32, String, String, String, String, String, String, String) | Creates an SPSite object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user name, user display name, and e-mail address of the owner of the site collection. | |
Add(String, String, String, UInt32, String, String, String, String, String, String, String, Boolean) | Creates an SPSite object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user names, user display names, and e-mail addresses of both the collection owner and a secondary contact. | |
Add(String, String, String, UInt32, String, String, String, String, String, String, String, String, String, String, String) | Creates an SPSite object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user names, user display names, and e-mail addresses of both the collection owner and a secondary contact, and on the database server, name for the new database, and the user name and password of the database administrator. |
Top