Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationEventsSession Class / SetConflictArgs Method / SetConflictArgs(AbstractFile[],SynchronizationConflictReason[],SynchronizationAction[],Int32,Int32,Boolean) Method


In This Topic
    SetConflictArgs(AbstractFile[],SynchronizationConflictReason[],SynchronizationAction[],Int32,Int32,Boolean) Method
    In This Topic
    This method is reserved for internal use and should not be called directly from your code.
    Syntax
    'Declaration
     
    Public Overloads Sub SetConflictArgs( _
       ByVal files() As AbstractFile, _
       ByVal conflictReasons() As SynchronizationConflictReason, _
       ByVal actions() As SynchronizationAction, _
       ByVal originalMasterFileIndex As Integer, _
       ByVal suggestedMasterFileIndex As Integer, _
       ByVal cancel As Boolean _
    ) 
    'Usage
     
    Dim instance As SynchronizationEventsSession
    Dim files() As AbstractFile
    Dim conflictReasons() As SynchronizationConflictReason
    Dim actions() As SynchronizationAction
    Dim originalMasterFileIndex As Integer
    Dim suggestedMasterFileIndex As Integer
    Dim cancel As Boolean
     
    instance.SetConflictArgs(files, conflictReasons, actions, originalMasterFileIndex, suggestedMasterFileIndex, cancel)

    Parameters

    files
    conflictReasons
    actions
    originalMasterFileIndex
    suggestedMasterFileIndex
    cancel
    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