Click or drag to resize
ICMSSecurityAttribute Interface
Security attribute interface.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public interface ICMSSecurityAttribute : ICMSAttribute

The ICMSSecurityAttribute type exposes the following members.

Properties
  NameDescription
Public propertyContainsMacro
If true, the attribute contains macros
(Inherited from ICMSAttribute.)
Top
Methods
  NameDescription
Public methodCheck
Does the security check, returns true if the check succeeded.
Top
See Also