Add a group by name

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function AddGroup( _ 
ByVal group As String, _ 
ByVal db As IDatabase, _ 
ByVal file_server_id As Nullable(Of Integer) _ 
) As EntityID
This language is not supported or no code example is available.
public static EntityID AddGroup( 
string group
IDatabase db
Nullable<int> file_server_id 
)
This language is not supported or no code example is available.
public:  
static EntityID^ AddGroup( 
String^ group
IDatabase^ db
Nullable<int> file_server_id 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

group
Type: string

the name of the group

db
Type: IDatabase

the db connection

file_server_id
Type: Nullable<int>

Return Value

Type: EntityID

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1