Click or drag to resize
ObjectTypeInfoSensitiveColumns Property
List of column names which are sensitive from the privacy point of view (i.e. UserPassword, etc.). Those columns are automatically excluded from macro engine and REST.

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

Property Value

Type: ListString
See Also