BExplorer.Shell.ShellView.DoCopy C# (CSharp) Method

DoCopy() public method

public DoCopy ( IListItemEx destination ) : void
destination IListItemEx
return void
    public void DoCopy(IListItemEx destination) => Do_Copy_OR_Move_Helper(true, destination, this.SelectedItems.Select(s => s.ComInterface).ToArray());

Same methods

ShellView::DoCopy ( System.Windows.Forms dataObject, IListItemEx destination ) : void
ShellView::DoCopy ( System dataObject, IListItemEx destination ) : void
ShellView