TranslationHelperRegisterDynamicRecords Method |
Registers the records from the given table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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