Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationAnalysisEventArgs Class / Actions Property


In This Topic
    Actions Property (SynchronizationAnalysisEventArgs)
    In This Topic
    Gets the actions to be performed on the files during the synchronization.
    Syntax
    'Declaration
     
    Public ReadOnly Property Actions As SynchronizationAction()
    'Usage
     
    Dim instance As SynchronizationAnalysisEventArgs
    Dim value() As SynchronizationAction
     
    value = instance.Actions
    public SynchronizationAction[] Actions {get;}

    Property Value

    An array of SynchronizationAction values representing the actions to be performed on the files during the synchronization.
    Remarks

    There is one value per file being synchronized. If no action is to be taken, the value SynchronizationAction.None is used.

    Any change made to the array will specify new orders on the file at the corresponding index.

    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