Share via


AclEditor.Update method

Saves changes made to the Access Control List.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Update
'Usage
Dim instance As AclEditor

instance.Update()
public void Update()

Remarks

This method overwrites any previously saved changes to the set of rights associated with an IObjectSecurity object. Call this method before retrieving the value of the ObjectSecurity property.

See also

Reference

AclEditor class

AclEditor members

Microsoft.SharePoint.WebControls namespace