Click or drag to resize

ContentNavigation Constructor (IEnumerableString, IEnumerableString)

Creates a ContentNavigation rule set with the specified whitelist and blacklist sites.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public ContentNavigation(
	IEnumerable<string> whitelist,
	IEnumerable<string> blacklist
)

Parameters

whitelist
Type: System.Collections.GenericIEnumerableString
The site list to allow.
blacklist
Type: System.Collections.GenericIEnumerableString
The site list to block.
See Also