ContentNavigationCreateWhitelist Method (String) |
Creates a whitelist using the specified sites.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public static ContentNavigation CreateWhitelist(
params string[] listItems
)
Parameters
- listItems
- Type: SystemString
The site list to block.
Return Value
Type:
ContentNavigationA ContentNavigation rule set with the specified whitelisted items.
See Also