Shows the permissions dialog containing the ACL for the currently selected channel

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

Syntax

C#
public void ShowPermissionsDialog(
	int chanNum,
	string chanLabel
)
Visual Basic (Declaration)
Public Sub ShowPermissionsDialog ( _
	chanNum As Integer, _
	chanLabel As String _
)
Visual C++
public:
virtual void ShowPermissionsDialog(
	int chanNum, 
	String^ chanLabel
) sealed

Parameters

chanNum
Type: System..::.Int32
The channel number
chanLabel
Type: System..::.String
The channel label

See Also