Enum PortalSecurity.FilterScope
determines whether to use system (host) list, portal specific list, or combine both At present only supported by ConfigType.ListController.
Namespace: DotNetNuke.Security
Assembly: DotNetNuke.dll
Syntax
public enum FilterScope : int
Fields
Name | Description |
---|---|
PortalList | determines whether to use system (host) list, portal specific list, or combine both At present only supported by ConfigType.ListController. |
SystemAndPortalList | determines whether to use system (host) list, portal specific list, or combine both At present only supported by ConfigType.ListController. |
SystemList | determines whether to use system (host) list, portal specific list, or combine both At present only supported by ConfigType.ListController. |