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
Id
Type: System.StringThe ID of the policy feature to delete.
Remarks
Use the Id property of the PolicyFeature object to return the policy feature's ID.
See also
Reference
PolicyFeatureCollection members
Microsoft.Office.RecordsManagement.InformationPolicy namespace