ContentNavigationCreateBlacklist Method (IEnumerableString) |
Creates a blacklist using the specified sites.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public static ContentNavigation CreateBlacklist(
IEnumerable<string> listItems
)
Parameters
- listItems
- Type: System.Collections.GenericIEnumerableString
The site list to block.
Return Value
Type:
ContentNavigationA ContentNavigation rule set with the specified blacklisted items.
See Also