Click or drag to resize

UserControlRestrictionLevel Enumeration

Describes how far user controls are allowed.

Namespace:  Colygon.MatchPoint.Core.UserControls
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public enum UserControlRestrictionLevel
Members
  Member nameValueDescription
UserControlsDisabled0Completely disable user controls.
LayoutsOnly1Allow user controls stored in the hive but no user control configurations.
Unrestricted2Allow user controls.
See Also