Create a group

Namespace: SynergyClientAPI.ContactsUsersAndGroups
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function AddGroup( _ 
ByVal name As String, _ 
Optional ByVal wait As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse AddGroup( 
string name
IASyncWait wait = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ AddGroup( 
String^ name
IASyncWait^ wait 
)
This language is not supported or no code example is available.
public static function AddGroup( 
name : String
wait : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

name
Type: string

the name of the group

wait
Type: IASyncWait

an optional asynchronous waiter

Return Value

Type: OperationResponse

.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