Click or drag to resize

PFModelingItemsCacheGetTranslation Method (PFItem, String, String)

Gets the translation of a given item's field from the modeling items cache.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static string GetTranslation(
	PFItem item,
	string targetFieldName,
	string languageCode
)

Parameters

item
Type: Packflow.CorePFItem
targetFieldName
Type: SystemString
languageCode
Type: SystemString

Return Value

Type: String
See Also