Creates new group

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

Syntax

C#
public virtual SnGroupEntity CreateNewGroup(
	string groupName
)
Visual Basic
Public Overridable Function CreateNewGroup ( 
	groupName As String
) As SnGroupEntity
Visual C++
public:
virtual SnGroupEntity^ CreateNewGroup(
	String^ groupName
)
F#
abstract CreateNewGroup : 
        groupName : string -> SnGroupEntity 
override CreateNewGroup : 
        groupName : string -> SnGroupEntity 

Parameters

groupName
Type: System..::..String
Name of a new group

Return Value

Type: SnGroupEntity
Group entity or null if new entity couldn't be created

Implements

IGroupBLL..::..CreateNewGroup(String)

See Also