This function renames the given stream.

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

Syntax

C#
public static void Rename(
	string stream,
	string newName
)
Visual Basic
Public Shared Sub Rename ( _
	stream As String, _
	newName As String _
)
Visual C++
public:
static void Rename(
	String^ stream, 
	String^ newName
)

Parameters

stream
Type: String
The original name of the stream.
newName
Type: String
The new name of the stream.

See Also