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.
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