Click or drag to resize

ContentMessageItem_TextGetHtml Method

Generates the HTML of a subpart of the message.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override Html GetHtml(
	PFItem item,
	string language
)

Parameters

item
Type: Packflow.CorePFItem
item of the value.
language
Type: SystemString
The language.

Return Value

Type: Html
Html
See Also