Shows the permissions dialog that contains ACL information for the currently selected bin

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

Syntax

C#
public void ShowPermissionsDialog(
	string volume,
	string binName,
	string host,
	string suiteName,
	string app
)
Visual Basic (Declaration)
Public Sub ShowPermissionsDialog ( _
	volume As String, _
	binName As String, _
	host As String, _
	suiteName As String, _
	app As String _
)
Visual C++
public:
virtual void ShowPermissionsDialog(
	String^ volume, 
	String^ binName, 
	String^ host, 
	String^ suiteName, 
	String^ app
) sealed

Parameters

volume
Type: System..::.String
The volume.
binName
Type: System..::.String
Name of the bin.
host
Type: System..::.String
The host.
suiteName
Type: System..::.String
Name of the suite.
app
Type: System..::.String
The app.

Implements

IMediaMgr2..::.ShowPermissionsDialog(String, String, String, String, String)

See Also