AclEditor.Update Method
Saves changes made to the Access Control List.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.