Determines whether [is explore bin allowed] [the specified volume].

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

Syntax

C#
public bool IsExploreBinAllowed(
	string volume,
	string binName
)
Visual Basic (Declaration)
Public Function IsExploreBinAllowed ( _
	volume As String, _
	binName As String _
) As Boolean
Visual C++
public:
virtual bool IsExploreBinAllowed(
	String^ volume, 
	String^ binName
) sealed

Parameters

volume
Type: System..::.String
The volume.
binName
Type: System..::.String
Name of the bin.

Return Value

true if [is explore bin allowed] [the specified volume]; otherwise, false.

Implements

IMediaMgr2..::.IsExploreBinAllowed(String, String)

See Also