Deletes the bin.

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

Syntax

C#
void DeleteBin(
	string volume,
	string bin
)
Visual Basic (Declaration)
Sub DeleteBin ( _
	volume As String, _
	bin As String _
)
Visual C++
void DeleteBin(
	String^ volume, 
	String^ bin
)

Parameters

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

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