BrowserOrganization.AreFiltersSatisfied
Method
Description:
Determines if the given element satisfies the filters defined by the browser organization.
Determines if the given element satisfies the filters defined by the browser organization.
Parameters
Parameter | Type | Description |
---|---|---|
elementId | ElementId | The element to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the given element satisfies the filter. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | elementId is not a valid Element identifier. |
ArgumentNullException | A non-optional argument was null |