Plumtree Portal UI  
 

ObjectSecurityModel.AddACLFromTree Method 

This method adds the group and users selected in the tree to the list. It deletes the unselected values and adds the newly selected values. It doesn't change the values that were already in the list (this way we don't loose the rights information).

public virtual void AddACLFromTree(
   XPHashtable _htFormData
);

Parameters

_htFormData
Form data

See Also

ObjectSecurityModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity Namespace