ISalListItem
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
Supplies client-rendering content for a SAL list item independently of its display text.
- C#
- VB.NET
public interface ISalListItem
Public Interface ISalListItem
Example:
object RenderItem(PPJ.Runtime.Windows.ISalListItem item)
{
return item.Render();
}
Methods
Render()
Creates the content sent to the client to render this item.
Returns: Object. The rendering payload understood by the containing list control.