Click or drag to resize

LocalWebPartConfigurationMode Enumeration

Web Part configuration modes.

Namespace:  Colygon.MatchPoint.Core.Administration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public enum LocalWebPartConfigurationMode
Members
  Member nameValueDescription
Enabled0It is possible, to store local configurations.
Restricted1 Functionality with the RestrictedFeatureAttribute (e.g. RunAsUserConfiguration) is not available in local configurations.
Disabled2It is not possible, to store local configurations.
See Also