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

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

Property Value

Type: ListString
See Also