| TranslationHelperIsExcluded Method  | 
            Returns true of the column is excluded.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static bool IsExcluded(
	string columnName,
	string excludedColumns
)
Parameters
- columnName
 - Type: SystemString
Column name to check - excludedColumns
 - Type: SystemString
Excluded column list separated by semicolon 
Return Value
Type: 
Boolean
See Also