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 String
PolicyFeatureCollection.Delete(Id)
public static void Delete(
string Id
)
Parameters
- Id
Type: System.String
The 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