HomeGuidesAPI Reference
Submit Documentation FeedbackJoin Developer CommunityOptimizely GitHubOptimizely NuGetLog In


This method queries only exact matches.

If, for example, "\*@example.com" is contained in the blocklist and you query [email protected] using this method, false is returned. If you query @example.com, true is returned. To a query both exact matches as well as wildcards, use the [isBlacklisted](🔗) method.

**Type**: boolean

**Parameters**

NameTypeValue
sessionIdStringID of the session
entryStringEntry to be queried

**Return values**

  • true: Entry is contained in the blocklist

  • false: Entry is not contained in the blocklist

**Code structure**