Click or drag to resize

GetDisplayHtmlMethod Delegate

Represents a method getting a display html representing a value of a PFField.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public delegate Html GetDisplayHtmlMethod(
	PFField field,
	Object fieldValue,
	string sourceUrl = null
)

Parameters

field
Type: Packflow.CorePFField
fieldValue
Type: SystemObject
sourceUrl (Optional)
Type: SystemString

Return Value

Type: Html
See Also