Click or drag to resize

PFItemHtmlHelperGetControlHtml Method (PFField, PFFieldControlMode, Object)

Gets the html of a PFField control in a specific mode, loaded with the specified value.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected virtual Html GetControlHtml(
	PFField field,
	PFFieldControlMode mode,
	Object fieldValue
)

Parameters

field
Type: Packflow.CorePFField
mode
Type: Packflow.CorePFFieldControlMode
fieldValue
Type: SystemObject

Return Value

Type: Html
See Also