Share via


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)

Syntax

'Declaration
Public Sub New ( _
    isMoveIn As Boolean, _
    moveVersion As SyncVersion _
)
'Usage
Dim isMoveIn As Boolean
Dim moveVersion As SyncVersion

Dim instance As New FilterChange(isMoveIn, moveVersion)
public FilterChange (
    bool isMoveIn,
    SyncVersion moveVersion
)
public:
FilterChange (
    bool isMoveIn, 
    SyncVersion^ moveVersion
)
public FilterChange (
    boolean isMoveIn, 
    SyncVersion moveVersion
)
public function FilterChange (
    isMoveIn : boolean, 
    moveVersion : SyncVersion
)

Parameters

  • isMoveIn
    true when the item is in the filter; otherwise, false.
  • moveVersion
    The version of the change that caused the item to move in relation to the filter.

See Also

Reference

FilterChange Class
FilterChange Members
Microsoft.Synchronization Namespace