Click or drag to resize

PFItemGenerateTaskTitle Method

Used to initialize a task title in the current workflow state.

Default : "{Reference} : {State}"

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected virtual string GenerateTaskTitle(
	PFUser actor
)

Parameters

actor
Type: Packflow.CorePFUser

Return Value

Type: String
String
See Also