Click or drag to resize
TranslationHelperIsExcluded Method
Returns true of the column is excluded.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
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: Boolean
See Also