Determines whether exploring the specified bin is allowed.

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

Syntax

C#
bool IsExploreBinAllowed(
	string volume,
	string bin
)
Visual Basic (Declaration)
Function IsExploreBinAllowed ( _
	volume As String, _
	bin As String _
) As Boolean
Visual C++
bool IsExploreBinAllowed(
	String^ volume, 
	String^ bin
)

Parameters

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

Return Value

true if exploring bin is allowed; otherwise, false.

See Also