Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizeCommandParameter Class
Members


In This Topic
    SynchronizeCommandParameter Class
    In This Topic
    Represents command parameters that can be passed to one of the versions of the Synchronize methods.
    Syntax
    'Declaration
     
    Public Class SynchronizeCommandParameter 
    'Usage
     
    Dim instance As SynchronizeCommandParameter
    public class SynchronizeCommandParameter 
    Inheritance Hierarchy

    System.Object
       Xceed.Synchronization.SynchronizeCommandParameter

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Indicates that the list of filters to be used during the synchronization should be reset.  
    Public Fieldstatic (Shared in Visual Basic)Indicates that the list of irrelevant item indexes up to this point should be cleared  
    Public Fieldstatic (Shared in Visual Basic)Indicates that the list of items to be synchronized should be reset.  
    Public Fieldstatic (Shared in Visual Basic)Indicates that the parameters passed for the synchronization should be reset.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also