TranslationHelper RegisterRecords Method (DataTable, String, String, String,  String )Kentico 8.1 API Reference
Registers the records from the given table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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