'Declaration Public ReadOnly Property Actions As SynchronizationAction()
'Usage Dim instance As SynchronizationAnalysisEventArgs Dim value() As SynchronizationAction value = instance.Actions
public SynchronizationAction[] Actions {get;}
'Declaration Public ReadOnly Property Actions As SynchronizationAction()
'Usage Dim instance As SynchronizationAnalysisEventArgs Dim value() As SynchronizationAction value = instance.Actions
public SynchronizationAction[] Actions {get;}
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.
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