Click or drag to resize
TranslationHelperRegisterDynamicRecords Method
Registers the records from the given table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public void RegisterDynamicRecords(
	DataTable dt,
	string objectTypeColumn,
	string idColumnName,
	string siteName,
	string[] excludedNames = null
)

Parameters

dt
Type: System.DataDataTable
Table with the records
objectTypeColumn
Type: SystemString
Name of the column with dynamic object type value
idColumnName
Type: SystemString
Name of the column where object IDs are stored
siteName
Type: SystemString
Site name
excludedNames (Optional)
Type: SystemString
Excluded object names
See Also