TranslationHelper RegisterDynamicRecords Method (DataView, String, String, String,  String )Kentico 8.0 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.0.5239.26125)

Parameters

dt
Type: OnlineSystem.Data DataView
Table with the records
objectTypeColumn
Type: OnlineSystem String
Name of the column with dynamic object type value
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