Xceed .NET Libraries Documentation
ItemPair Constructor


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > ItemPair Class : ItemPair Constructor
The current FileSystemItem object being processed.
The eventual target or destination FileSystemItem object.
Initializes an instance of the ItemPair class specifying the current and target items.
Syntax
'Declaration
 
Public Function New( _
   ByVal currentItem As FileSystemItem, _
   ByVal targetItem As FileSystemItem _
)
'Usage
 
Dim currentItem As FileSystemItem
Dim targetItem As FileSystemItem
 
Dim instance As New ItemPair(currentItem, targetItem)
public ItemPair( 
   FileSystemItem currentItem,
   FileSystemItem targetItem
)

Parameters

currentItem
The current FileSystemItem object being processed.
targetItem
The eventual target or destination FileSystemItem object.
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

Reference

ItemPair Class
ItemPair Members