Click or drag to resize

CoreExtensionsGetMessage Method

Gets a translated message representing the object lock.

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 GetMessage(
	this PFObjectLock objLock,
	PFTranslations translations
)

Parameters

objLock
Type: Packflow.CorePFObjectLock
translations
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 PFObjectLock. 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