Click or drag to resize
ResourceTranslationInfo Constructor (DataRow)
Constructor - Creates a new ResourceTranslationInfo object from the given DataRow.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax
C#
public ResourceTranslationInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also