Deletes a bin.

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

Syntax

C#
public void DeleteBin(
	string volume,
	string bin
)
Visual Basic (Declaration)
Public Sub DeleteBin ( _
	volume As String, _
	bin As String _
)
Visual C++
public:
virtual void DeleteBin(
	String^ volume, 
	String^ bin
) sealed

Parameters

volume
Type: System..::.String
Volume.
bin
Type: System..::.String
Bin.

Implements

IMediaMgr..::.DeleteBin(String, String)

Remarks

This function calls DeleteAsset on all items in the given bin. If one or more assets in the bin are locked or in use, then the bin will remain and contain those items.

See Also