C# Class UBCopy.UBCopySetup

Show file Open project: SQLServerIO/UBCopy Class Usage Examples

Public Properties

Property Type Description
Buffersize int
BytesCopied System.Int64
BytesSecond int
Checksumfiles bool
Destinationfile string
DictonaryLocker object
FileList Stack
ForceCopy bool
Listlocked bool
Movefile bool
Overwritedestination bool
Reportprogres bool
SyncFolders bool
SynchronousFileCopySize int

Public Methods

Method Description
TraverseTree ( string root ) : void

get a list of all files and folders and push them into the queue

Method Details

TraverseTree() public static method

get a list of all files and folders and push them into the queue
public static TraverseTree ( string root ) : void
root string
return void

Property Details

Buffersize public static property

public static int Buffersize
return int

BytesCopied public static property

public static Int64,System BytesCopied
return System.Int64

BytesSecond public static property

public static int BytesSecond
return int

Checksumfiles public static property

public static bool Checksumfiles
return bool

Destinationfile public static property

public static string Destinationfile
return string

DictonaryLocker public static property

public static object DictonaryLocker
return object

FileList public static property

public static Stack FileList
return Stack

ForceCopy public static property

public static bool ForceCopy
return bool

Listlocked public static property

public static bool Listlocked
return bool

Movefile public static property

public static bool Movefile
return bool

Overwritedestination public static property

public static bool Overwritedestination
return bool

Reportprogres public static property

public static bool Reportprogres
return bool

SyncFolders public static property

public static bool SyncFolders
return bool

SynchronousFileCopySize public static property

public static int SynchronousFileCopySize
return int