Gets the bin URI.

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

Syntax

C#
string GetBinUri(
	string volume,
	string binId
)
Visual Basic (Declaration)
Function GetBinUri ( _
	volume As String, _
	binId As String _
) As String
Visual C++
String^ GetBinUri(
	String^ volume, 
	String^ binId
)

Parameters

volume
Type: System..::.String
The volume.
binId
Type: System..::.String
The bin id.

Return Value

URI for the bin id

See Also