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.
Removal of the Feature definition with the specified relative manifest path and compatibility level from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
relativePathToFeatureManifest As String, _
compatibilityLevel As Integer _
)
'Usage
Dim instance As SPFeatureDefinitionCollection
Dim relativePathToFeatureManifest As String
Dim compatibilityLevel As Integer
instance.Remove(relativePathToFeatureManifest, _
compatibilityLevel)
public void Remove(
string relativePathToFeatureManifest,
int compatibilityLevel
)
Parameters
relativePathToFeatureManifest
Type: System.StringA string that contains the relative path to the manifest for the Feature.
- compatibilityLevel
Type: System.Int32
See also
Reference
SPFeatureDefinitionCollection class