TranslationHelperIsExcluded Method |
Returns true of the column is excluded.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public 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:
BooleanSee Also