Click or drag to resize

IGHARemoteObjectAddToGroup Method

Adds this instance to the specified group. Creates the group if it does not exist

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<bool> AddToGroup(
	string groupName
)

Parameters

groupName
Type: SystemString
Name of group

Return Value

Type: TaskBoolean
False if unable to add to the group
See Also