PolicyItem.Update method

Writes the changes made to the policy item back to the SharePoint content database.

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

Syntax

'Declaration
Public Sub Update
'Usage
Dim instance As PolicyItem

instance.Update()
public void Update()

Remarks

If you do not call this method, any changes you have made programmatically to the policy item are not saved.

See also

Reference

PolicyItem class

PolicyItem members

Microsoft.Office.RecordsManagement.InformationPolicy namespace