Click or drag to resize

ContentNavigationCreateBlacklist Method (String)

Creates a blacklist using the specified sites.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public static ContentNavigation CreateBlacklist(
	params string[] listItems
)

Parameters

listItems
Type: SystemString
The site list to block.

Return Value

Type: ContentNavigation
A ContentNavigation rule set with the specified blacklisted items.
See Also