TranslationHelperRegisterRecords Method (DataTable, String, String, String, String) |
Registers the records from the given table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void RegisterRecords(
DataTable dataTable,
string objectType,
string idColumnName,
string siteName,
string[] excludedNames = null
)
Parameters
- dataTable
- 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 (Optional)
- Type: SystemString
Excluded object names
See Also