Click or drag to resize

IGHARemoteObjectIsChildOfAsync Method

Determines if the specified object is one of the calling object's children

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<bool> IsChildOfAsync(
	IGHARemoteObject ghaObj
)

Parameters

ghaObj
Type: RemoteRESTLibIGHARemoteObject
Object to test

Return Value

Type: TaskBoolean
True if the specified object is a child of the calling object, false if it is not
See Also