| ContentNavigationCreateBlacklist Method (String) | 
 
            Creates a blacklist using the specified sites.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic static ContentNavigation CreateBlacklist(
	params string[] listItems
)
Parameters
- listItems
- Type: SystemString
 The site list to block.
Return Value
Type: 
ContentNavigationA ContentNavigation rule set with the specified blacklisted items.
 See Also
See Also