Checks if group exists.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
bool GroupExists(
	string groupName
)
Visual Basic
Function GroupExists ( 
	groupName As String
) As Boolean
Visual C++
bool GroupExists(
	String^ groupName
)
F#
abstract GroupExists : 
        groupName : string -> bool 

Parameters

groupName
Type: System..::..String
Group name.

Return Value

Type: Boolean
True if group exists, false otherwise.

See Also