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

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

Syntax

C#
public List<ParentChildInfo> GetParentChildNodes(
	int groupId,
	int userId,
	int timesheetId
)
Visual Basic (Declaration)
Public Function GetParentChildNodes ( _
	groupId As Integer, _
	userId As Integer, _
	timesheetId As Integer _
) As List(Of ParentChildInfo)
Visual C++
public:
List<ParentChildInfo^>^ GetParentChildNodes(
	int groupId, 
	int userId, 
	int timesheetId
)

Parameters

groupId
Type: System..::.Int32
userId
Type: System..::.Int32
timesheetId
Type: System..::.Int32

Return Value

See Also