| ContentNavigationCreateWhitelist Method (String) | 
 
            Creates a whitelist using the specified sites.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic 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
See Also