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

Gets the children of an object

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetChildren(
	int groupId,
	BusinessConstants..::.ObjectType oType,
	int objectId
)
Visual Basic (Declaration)
Public Function GetChildren ( _
	groupId As Integer, _
	oType As BusinessConstants..::.ObjectType, _
	objectId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetChildren(
	int groupId, 
	BusinessConstants..::.ObjectType oType, 
	int objectId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type id
objectId
Type: System..::.Int32
The object id

Return Value

The datatable of the childern

See Also