Click or drag to resize

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()

Return Value

Type: TaskBoolean
True if the object has children
See Also