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
)
new : 
        isMoveIn:bool * 
        moveVersion:SyncVersion -> FilterChange
public function FilterChange(
    isMoveIn : boolean, 
    moveVersion : SyncVersion
)

Parameters

  • isMoveIn
    Type: System.Boolean
    true when the item is in the filter; otherwise, false.

See Also

Reference

FilterChange Class

Microsoft.Synchronization Namespace