Click or drag to resize

MPInterfaceoGetListTrainingCources Method

Returns a Generic.List of key pairs of Trainings cources sort by Start Date

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public List<clsKeyPair> oGetListTrainingCources(
	DateTime StartDateTime,
	DateTime EndDateTime,
	int MaxLines
)

Parameters

StartDateTime
Type: SystemDateTime
WorkItemStart
EndDateTime
Type: SystemDateTime
WorkItemEnd
MaxLines
Type: SystemInt32
Set max lines, if 0 = 99

Return Value

Type: ListclsKeyPair
Remarks