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.
Forces removal of the Feature definition with the specified GUID from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Remove ( _
featureId As Guid, _
force As Boolean _
)
'Usage
Dim instance As SPFeatureDefinitionCollection
Dim featureId As Guid
Dim force As Boolean
instance.Remove(featureId, force)
public void Remove(
Guid featureId,
bool force
)
Parameters
featureId
Type: System.GuidSystem.Guid that identifies the Feature definition to remove.
force
Type: System.Booleantrue to force removal of the Feature definition; otherwise, false.
See Also
Reference
SPFeatureDefinitionCollection Class