Click or drag to resize

BackgroundCopyJobAddFile Method (String, String)

Adds a single file to the job.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public void AddFile(
	string remoteUrl,
	string localName
)

Parameters

remoteUrl
Type: SystemString
The URL of the file on the server.
localName
Type: SystemString
The name of the file on the client.
See Also