Click or drag to resize

IGHAObjectGetChildren Method

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

Returns a collection of objects containing the children of the calling object, optionally done recursively and sorted

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
IGHAObjectCollection GetChildren(
	bool recurs = false,
	bool sort = false
)

Parameters

recurs (Optional)
Type: SystemBoolean
Recusively searches all children of the calling object if set to true. Performs a direct search if set to false
sort (Optional)
Type: SystemBoolean
Returns the children sorted by their Name property

Return Value

Type: IGHAObjectCollection
The child objects of the calling object
See Also