Click or drag to resize

PFModelingItemsCacheGetTranslation Method (Guid, PFField, String)

Gets the translation of a given modeling 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(
	Guid modelItemGuid,
	PFField field,
	string languageCode
)

Parameters

modelItemGuid
Type: SystemGuid
field
Type: Packflow.CorePFField
languageCode
Type: SystemString

Return Value

Type: String
See Also