IGHARemoteObjectHasChildrenAsync Method |
Determines if the object has children. More efficient than downloading children and then checking
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<bool> HasChildrenAsync()
Function HasChildrenAsync As Task(Of Boolean)
Task<bool>^ HasChildrenAsync()
abstract HasChildrenAsync : unit -> Task<bool>
Return Value
Type:
TaskBooleanTrue if the object has children
See Also