TranslationHelperTranslateColumn Method (DataRow, String, String, Int32) |
Translates the DataRow column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool TranslateColumn(
DataRow dr,
string columnName,
string objectType,
int siteId = 0
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the data - columnName
- Type: SystemString
Column name - objectType
- Type: SystemString
Object type - siteId (Optional)
- Type: SystemInt32
Target site ID for objects lookup which are site-related
Return Value
Type:
BooleanReturns true if the translation was successful
See Also