Share via


Policy.RemoveExemption method

Removes the information policy exemption from the specified list item.

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

Syntax

'Declaration
Public Shared Sub RemoveExemption ( _
    item As SPListItem _
)
'Usage
Dim item As SPListItemPolicy.RemoveExemption(item)
public static void RemoveExemption(
    SPListItem item
)

Parameters

Remarks

Use the SetExemption method to make a list item exempt from the information policy applied to it. Use the IsItemExempt method to determine if a list item is exempt from the information policy applied to it.

See also

Reference

Policy class

Policy members

Microsoft.Office.RecordsManagement.InformationPolicy namespace