PFUserNavigationEntryViewHtmlHelperGetCellContent Method |
Generates the HTML content of an object's row cell.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public override Html GetCellContent(
PFBaseObject obj,
string columnName
)
Parameters
- obj
- Type: Packflow.CorePFBaseObject
The object. - columnName
- Type: SystemString
Name of the column.
Return Value
Type:
Html
HTML of the cell's content.
See Also