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

Get the child objects for a parent type

Namespace: OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0

Syntax

C#
public ArrayList GetChildren(
	BusinessConstants.BusinessConstants..::ObjectType parent
)
Visual Basic (Declaration)
Public Function GetChildren ( _
	parent As BusinessConstants..::ObjectType _
) As ArrayList
Visual C++
public:
ArrayList^ GetChildren (
	BusinessConstants..::ObjectType parent
)

Parameters

parent
BusinessConstants..::ObjectType
The parent object type

Return Value

The arraylist of child objects

See Also