forwardPause Method    Table of ContentRemoveSecurityIdFilter Method forward
Handler.RemoveSecurityGroupFilter Method
Removes the Security Group filter value.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public bool RemoveSecurityGroupFilter(
	string securityGroup
)

Parameters

securityGroup
Type: System.String
SecurityGroup value to remove from Security Group filters.

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false.
See Also