Creates a new instance of a VGRoleSelectionForm class.

Namespace: Novalys.VisualGuard.Security.WinForm
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGGroupSelectionForm(
	List<VGGrantedGroup> groups,
	VGSelectionMode selectionMode
)
Visual Basic
Public Sub New ( 
	groups As List(Of VGGrantedGroup),
	selectionMode As VGSelectionMode
)

Parameters

groups
Type: System.Collections.Generic..::..List<(Of <(<'VGGrantedGroup>)>)>
list of granted groups
selectionMode
Type: Novalys.VisualGuard.Security.WinForm..::..VGSelectionMode
VGSelectionMode

See Also