Find groups by name The list returned will be limited according to your rights in the console

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

Syntax

C#
public List<VGGroup> FindGroupsByName(
	string pattern
)
Visual Basic
Public Function FindGroupsByName ( 
	pattern As String
) As List(Of VGGroup)

Parameters

pattern
Type: System..::..String
Le nom de groupe que vous recherchez

Return Value

Type: List<(Of <(<'VGGroup>)>)>
Retour la liste des groupes qui correspond à votre demande selon vos droits

See Also