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

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public TranslationSubmissionInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also