LocalWebPartConfigurationMode Enumeration |
Web Part configuration modes.
Namespace: Colygon.MatchPoint.Core.AdministrationAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public enum LocalWebPartConfigurationMode
Members
| Member name | Value | Description |
---|
| Enabled | 0 | It is possible, to store local configurations. |
| Restricted | 1 |
Functionality with the RestrictedFeatureAttribute (e.g. RunAsUserConfiguration) is not available in
local configurations.
|
| Disabled | 2 | It is not possible, to store local configurations. |
See Also