Click or drag to resize

CoreExtensionsGetDisplayMessage Method

Gets the translated message of a PFMissingItemValuesException.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static string GetDisplayMessage(
	this PFMissingItemValuesException exception,
	PFItem item,
	PFTranslations translations = null
)

Parameters

exception
Type: Packflow.CorePFMissingItemValuesException
item
Type: Packflow.CorePFItem
translations (Optional)
Type: Packflow.InterfacePFTranslations

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PFMissingItemValuesException. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also