Click or drag to resize

IGHARemoteObjectDeleteObjectAsync Method

Deletes a child object of the calling object matching the specified name

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<Object> DeleteObjectAsync(
	string name
)

Parameters

name
Type: SystemString
Object name

Return Value

Type: TaskObject
True if object is succesfully deleted, false if not
See Also