Click or drag to resize
TranslationHelperRegisterRecords Method (DataTable, String, String, String, String)
Registers the records from the given table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void RegisterRecords(
	DataTable dt,
	string objectType,
	string idColumnName,
	string siteName,
	string[] excludedNames
)

Parameters

dt
Type: System.DataDataTable
Table with the records
objectType
Type: SystemString
Object type of the target objects
idColumnName
Type: SystemString
Name of the column where object IDs are stored
siteName
Type: SystemString
Site name
excludedNames
Type: SystemString
Excluded object names
See Also