Click or drag to resize

PFItemControllerPFItemTypeGetWorkflowNewStepMessage Method

Generates the translated message shown to the user when a new step is reached in an item's workflow.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected string GetWorkflowNewStepMessage(
	PFItem item,
	PFTranslations translations
)

Parameters

item
Type: Packflow.CorePFItem
translations
Type: Packflow.InterfacePFTranslations

Return Value

Type: String
See Also