Click or drag to resize

ContentMessageGenerateTextMessage Method

Generates text the message for the specified item.

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

Parameters

item
Type: Packflow.CorePFItem
The item.
language
Type: SystemString
The language in two letters format.

Return Value

Type: ValueTupleString, String
KeyValuePairTKey, TValue
See Also