Click or drag to resize
TranslationReferenceLoaderLoadFromInfoObject Method
Creates translation reference from given base info object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public TranslationReference LoadFromInfoObject(
	BaseInfo info
)

Parameters

info
Type: CMS.DataEngineBaseInfo
Base info object

Return Value

Type: TranslationReference
See Also