bool IsUrlBlocked(string url, bool notifyBlock = false)

Checks the browsing ACL to determine if a URL would be blocked or not. Trust Level Required: Low

Parameters

Name Description
url The URL to check against the browsing ACL.
notifyBlock Set to true if you want KioWare to do the normal notification and logging if the URL would be blocked.

Return

true if the page would be blocked by the browsing ACL.