Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / FolderSynchronizationProgressionEventArgs Class / IrrelevantItemIndexes Property


In This Topic
    IrrelevantItemIndexes Property
    In This Topic
    An array of integers containing indexes of the Items array that specify items who should be considered irrelevant when trying to designate a master item.
    Syntax
    'Declaration
     
    Public Property IrrelevantItemIndexes As Integer()
    'Usage
     
    Dim instance As FolderSynchronizationProgressionEventArgs
    Dim value() As Integer
     
    instance.IrrelevantItemIndexes = value
     
    value = instance.IrrelevantItemIndexes
    public int[] IrrelevantItemIndexes {get; set;}

    Property Value

    The integer array.
    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