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 (in DotNetNuke.dll)

Syntax

C#
public enum FilterScope
Visual Basic
Public Enumeration FilterScope

Members

Member nameValueDescription
SystemList0
PortalList1
SystemAndPortalList2

See Also