Click or drag to resize
ObjectTypeInfoSensitiveColumns Property
Specifies a list of class fields (columns) that the system excludes from the macro engine and data retrieved by the REST service. Can be used to protect fields with sensitive values, for example passwords.

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

Property Value

Type: ListString
See Also