←Select platform

ClearFilter Method

Summary

Enables an application in a common context session to clear a filter that it has previously set via the method SetSubjectsOfInterest.

Syntax

C#
VB
C++
public void ClearFilter( 
   int participantCoupon 
) 
Sub ClearFilter( _ 
   ByVal participantCoupon As Integer _ 
)  
void ClearFilter(  
   int participantCoupon 
)  

Parameters

participantCoupon
The participant coupon of an application that has joined the common context.

Remarks

After a filter is cleared, the application will be surveyed and notified whenever the item values for any subject are set during the course of a context change transaction.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly