determines whether to use system (host) list, portal specific list, or combine both
At present only supported by ConfigType.ListController
Namespace: DotNetNuke.SecurityAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public enum FilterScope |
Visual Basic |
---|
Public Enumeration FilterScope |
Members
Member name | Value | Description | |
---|---|---|---|
SystemList | 0 | ||
PortalList | 1 | ||
SystemAndPortalList | 2 |