SPFeatureDefinitionCollection.Remove method

Removes the specified Feature definition from the collection of Feature definitions in the farm.

Overload list

  Name Description
Public method Remove(Guid) Removes the Feature definition with the specified GUID from the collection. (Overrides SPPersistedChildCollection<T>.Remove(Guid).)
Public method Remove(String) Removes the Feature definition with the specified relative manifest path from the collection.
Public method Remove(Guid, Boolean) Forces removal of the Feature definition with the specified GUID from the collection.
Public method Remove(Guid, Int32) Removes the Feature definition with the specified GUID and compatibility level from the collection.
Public method Remove(String, Boolean) Forces removal of the Feature definition with the specified relative manifest path from the collection.
Public method Remove(String, Int32) Removal of the Feature definition with the specified relative manifest path and compatibility level from the collection.
Public method Remove(Guid, Int32, Boolean) Forcely removes the Feature definition with the specified GUID and compatibility level from the collection.
Public method Remove(String, Int32, Boolean) Force removal of the Feature definition with the specified relative manifest path and compatibility level from the collection.

Top

See also

Reference

SPFeatureDefinitionCollection class

SPFeatureDefinitionCollection members

Microsoft.SharePoint.Administration namespace