SPContentDatabase.Move Method
Include Protected Members
Include Inherited Members
Moves sites from this content database to the destination content database.
Overload List
Name | Description | |
---|---|---|
Move(SPContentDatabase, List<SPSite>, Dictionary<SPSite, String>) | Moves the specified sites from this content database to the specified content database. | |
Move(SPContentDatabase, List<SPSite>, Dictionary<String, String>, Dictionary<SPSite, String>) | Moves the specified sites from this content database to the specified content database and optionally specifies the source and destination storage providers. |
Top