This function renames the given stream.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public virtual void Rename2(
	string stream,
	string newName,
	bool overwrite
)
Visual Basic
Public Overridable Sub Rename2 ( _
	stream As String, _
	newName As String, _
	overwrite As Boolean _
)
Visual C++
public:
virtual void Rename2(
	String^ stream, 
	String^ newName, 
	bool overwrite
)

Parameters

stream
Type: String
The original name of the stream.
newName
Type: String
The new name of the stream.
overwrite
Type: Boolean
Defines overwite behavior for a case stream with "newName" already exists.

See Also