Click or drag to resize
ResourceStringInfo Constructor (DataRow)
Constructor, creates an ResourceStringInfo object from the given DataRow data.

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

Parameters

dr
Type: System.DataDataRow
Data row with the class info data
See Also