Click or drag to resize

IGHARemoteObjectRemoveFromGroup Method

Removes this instance from the specified group. Deletes the group if empty

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

Parameters

groupName
Type: SystemString
Name of group

Return Value

Type: TaskBoolean
False if unable to remove from the group
See Also