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: 3.2.912.1 (3.2.912.01)

Syntax

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

Parameters

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

Return Value

Retour la liste des groupes qui correspond à votre demande selon vos droits

See Also