C# Class UBCopy.UBCopySetup

Exibir arquivo 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_oe static_oe property

public static int Buffersize
return int

BytesCopied public_oe static_oe property

public static Int64,System BytesCopied
return System.Int64

BytesSecond public_oe static_oe property

public static int BytesSecond
return int

Checksumfiles public_oe static_oe property

public static bool Checksumfiles
return bool

Destinationfile public_oe static_oe property

public static string Destinationfile
return string

DictonaryLocker public_oe static_oe property

public static object DictonaryLocker
return object

FileList public_oe static_oe property

public static Stack FileList
return Stack

ForceCopy public_oe static_oe property

public static bool ForceCopy
return bool

Listlocked public_oe static_oe property

public static bool Listlocked
return bool

Movefile public_oe static_oe property

public static bool Movefile
return bool

Overwritedestination public_oe static_oe property

public static bool Overwritedestination
return bool

Reportprogres public_oe static_oe property

public static bool Reportprogres
return bool

SyncFolders public_oe static_oe property

public static bool SyncFolders
return bool

SynchronousFileCopySize public_oe static_oe property

public static int SynchronousFileCopySize
return int