Click or drag to resize

CoreExtensionsGetDisplayName Method

Gets the translated name of a field type.

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 GetDisplayName(
	this PFFieldType fieldType,
	PFTranslations translations
)

Parameters

fieldType
Type: Packflow.CorePFFieldType
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 PFFieldType. 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