Click or drag to resize

ContentNavigationCreateWhitelist Method (IEnumerableString)

Creates a whitelist using the specified sites.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public static ContentNavigation CreateWhitelist(
	IEnumerable<string> listItems
)

Parameters

listItems
Type: System.Collections.GenericIEnumerableString
The site list to block.

Return Value

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