Click or drag to resize
ResourceStringInfoBaseTInfo Constructor (ObjectTypeInfo, DataRow)
Constructor - Creates a new ResourceStringInfo object from the given DataRow.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public ResourceStringInfoBase(
	ObjectTypeInfo typeInfo,
	DataRow dr
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type info
dr
Type: System.DataDataRow
DataRow with the object data
See Also