Plumtree Portal UI  
 

ObjectSecurityView.GetHTMLForAccessLevelCell Method 

Returns the HTML for the Access Level drop-down cell.

protected virtual HTMLTableCell GetHTMLForAccessLevelCell(
   string _sInputSelectName,
   int _nRowAccessLevelIDToSelect,
   bool _bRowAccessFlag,
   int _nRowIndex
);

Parameters

_sInputSelectName
_nRowAccessLevelIDToSelect
_bRowAccessFlag
_nRowIndex

Return Value

HTMLElement

See Also

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