Click or drag to resize

IGHARemoteObjectHasChildren Method

[This is preliminary documentation and is subject to change.]

Determines if the object has children. Used to avoid the overhead of downloading children

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool HasChildren()

Return Value

Type: Boolean
True if the object has children, false if not
See Also