Click or drag to resize

MPInterfaceoGetListPhasesOfProjectForPlanningWithoutClosed Method

Returns a Generic.List of key pairs (PhaseID, Phase) for all (or only active) phases of a project

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public List<clsKeyPair> oGetListPhasesOfProjectForPlanningWithoutClosed(
	string sProjectNumber,
	int lCurrentPhaseID
)

Parameters

sProjectNumber
Type: SystemString
lCurrentPhaseID
Type: SystemInt32
if set, this phase will be added despite the status.

Return Value

Type: ListclsKeyPair
If not phases linked to the project, the function returs one element Key=0, Matchcode "No Phases"
Remarks