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.
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
item
Type: Microsoft.SharePoint.SPListItemThe list item from which to remove the information policy exemption.
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
Microsoft.Office.RecordsManagement.InformationPolicy Namespace