FilterChange Constructor

Initializes a new instance of the FilterChange class that contains the specified value that indicates whether the item is in the filter, and the version of the change that caused the move.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
FilterChange(
	bool isMoveIn, 
	SyncVersion^ moveVersion
)

Parameters

isMoveIn
Type: System::Boolean
true when the item is in the filter; otherwise, false.
moveVersion
Type: Microsoft.Synchronization::SyncVersion
The version of the change that caused the item to move in relation to the filter.
Show: