Renames the bin.

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

Syntax

C#
public void RenameBin(
	string oldUri,
	string newBin
)
Visual Basic (Declaration)
Public Sub RenameBin ( _
	oldUri As String, _
	newBin As String _
)
Visual C++
public:
virtual void RenameBin(
	String^ oldUri, 
	String^ newBin
) sealed

Parameters

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

Implements

IMediaMgr..::.RenameBin(String, String)

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