Plumtree Portal UI  
 

ObjectSecurityModel.AddACLToList Method 

Helper method that adds a row to the list. NOTE: Items added to the growable sorted list is not resorted after adding an entry due to scalability reasons. Resort the growable sort array manually by calling: super.GetItems().SortArray()

protected virtual void AddACLToList(
   int _nClassID,
   int _nObjectID,
   string _sName
);

Parameters

_nClassID
_nObjectID
_sName

See Also

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