Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemPair Class
Members


In This Topic
    ItemPair Class
    In This Topic
    Represents a pair of FileSystemItem objects consisting of the item being processed and its eventual target or destination item.
    Syntax
    'Declaration
     
    Public Class ItemPair 
    'Usage
     
    Dim instance As ItemPair
    public class ItemPair 
    Inheritance Hierarchy

    System.Object
       Xceed.FileSystem.ItemPair

    Public Constructors
     NameDescription
    Public ConstructorInitializes an instance of the ItemPair class specifying the current and target items.  
    Top
    Public Fields
     NameDescription
    Public FieldThe FileSystemItem object being procesed.  
    Public FieldThe eventual target or destination FileSystemItem object.  
    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