Plumtree Portal UI  
 

ObjPropEditView.GetHTMLForName Method 

Returns HTML for name of property. If the row is a new property then display name. If the row is another value in a multi-valued property, then don't display name. Distinguish mandatory properties from optional properties.

protected virtual HTMLTableCell GetHTMLForName(
   int _nRowIndex
);

Parameters

_nRowIndex
Row index

Return Value

HTML table cell for name

See Also

ObjPropEditView Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace