Click or drag to resize

IPFItemHtmlHelper Interface

Defines an interface for generating html/text representations of item fields values.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public interface IPFItemHtmlHelper

The IPFItemHtmlHelper type exposes the following members.

Methods
  NameDescription
Public methodGetDisplayHtml
Gets the display html representing a value of a PFField.
Public methodGetDisplayText
Gets the display text representing a value of a PFField.
Top
See Also