Click or drag to resize
DefaultDataSettingsExcludedColumns Property
List of columns that should be excluded from the exported data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public List<string> ExcludedColumns { get; set; }

Property Value

Type: ListString
See Also