Share via


PolicyFeatureCollection.Delete Method

Deletes the specified information policy feature from the SharePoint server farm.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared Sub Delete ( _
    Id As String _
)
'Usage
Dim Id As StringPolicyFeatureCollection.Delete(Id)
public static void Delete(
    string Id
)

Parameters

Remarks

Use the Id property of the PolicyFeature object to return the policy feature's ID.

See Also

Reference

PolicyFeatureCollection Class

PolicyFeatureCollection Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace