Click or drag to resize
BaseRESTServiceAllowedSensitiveColumns Property
If true, global administrators will be able to work with sensitive columns (such as UserPassword) via REST service. Other users than global administrators cannot work with these columns regardless this setting value.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public bool AllowedSensitiveColumns { get; }

Property Value

Type: Boolean
See Also