Click or drag to resize

BackgroundCopyJobReplaceRemotePrefix Method

Replaces the beginning text of all remote names in the download job with the specified string.

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 ReplaceRemotePrefix(
	string oldPrefix,
	string newPrefix
)

Parameters

oldPrefix
Type: SystemString
Identifies the text to replace in the remote name. The text must start at the beginning of the remote name.
newPrefix
Type: SystemString
The replacement text.
See Also