public void SetContentPolicy( string policy, IEnumerable<string> domains, IEnumerable<string> regexs )
Parameters
- policy
Type: System.String
The type of policy. It can have a value "DirectLoad", "WhiteList", "BlockList".
- domains
Type: System.Collections.IEnumerable
Collection of domains for "WhiteList" or "BlockList" policy. Default value is null.
- regexs
Type: System.Collections.IEnumerable
Collection of regular expressions for "WhiteList" or "BlockList" policy. Default value is null.