SPMigratableSiteCollection.Remove Method

NOTE: This API is now obsolete.

Removes the first occurrence of the specified site collection from the collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Function Remove ( _
    item As SPSite _
) As Boolean
'Usage
Dim instance As SPMigratableSiteCollection
Dim item As SPSite
Dim returnValue As Boolean

returnValue = instance.Remove(item)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool Remove(
    SPSite item
)

Parameters

Return Value

Type: System.Boolean
true if the operation succeeds; otherwise, false.

Implements

ICollection<T>.Remove(T)

See Also

Reference

SPMigratableSiteCollection Class

SPMigratableSiteCollection Members

Microsoft.SharePoint.Administration Namespace