Renames the bin.

Namespace:  GrassValley.Mseries.MediaMgr
Assembly:  GrassValley.Mseries.MediaMgr (in GrassValley.Mseries.MediaMgr.dll) Version: 1.0.0.0

Syntax

C#
void RenameBin(
	string oldUri,
	string newBin
)
Visual Basic (Declaration)
Sub RenameBin ( _
	oldUri As String, _
	newBin As String _
)
Visual C++
void RenameBin(
	String^ oldUri, 
	String^ newBin
)

Parameters

oldUri
Type: System..::.String
Old URI.
newBin
Type: System..::.String
New bin.

Remarks

This function renames the given bin. If the bin contains assets that are locked, or in use, then the old bin name will remain and contain those items.

See Also