SPFeatureDefinitionCollection.Remove method
Removes the specified Feature definition from the collection of Feature definitions in the farm.
Overload list
Name | Description | |
---|---|---|
Remove(Guid) | Removes the Feature definition with the specified GUID from the collection. (Overrides SPPersistedChildCollection<T>.Remove(Guid).) | |
Remove(String) | Removes the Feature definition with the specified relative manifest path from the collection. | |
Remove(Guid, Boolean) | Forces removal of the Feature definition with the specified GUID from the collection. | |
Remove(Guid, Int32) | Removes the Feature definition with the specified GUID and compatibility level from the collection. | |
Remove(String, Boolean) | Forces removal of the Feature definition with the specified relative manifest path from the collection. | |
Remove(String, Int32) | Removal of the Feature definition with the specified relative manifest path and compatibility level from the collection. | |
Remove(Guid, Int32, Boolean) | Forcely removes the Feature definition with the specified GUID and compatibility level from the collection. | |
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