.NET Framework Class Library
Project.GetProjectsList Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Project Class > Project Methods >

.NET Framework Class Library
Project.GetProjectsList Method

Returns all the project ids contained into the database

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub GetProjectsList ( _

 ByRef number_of_projects As Integer, _
 ByRef ProjectsIdArray As Object _
)

C#

public void GetProjectsList(

 ref int number_of_projects,
 ref Object ProjectsIdArray
)

Visual C++

public:

void GetProjectsList(
 intnumber_of_projects,
 Object^% ProjectsIdArray
)

JavaScript

function getProjectsList(number_of_projectsProjectsIdArray);

Parameters

number_of_projects

Type: System.Int32
Output. The number of found projects

ProjectsIdArray

Type: System.Object
Ouput. The array containing the ids of found projects

Remarks

See Also

Project Class

Project Members

MwPDMApi Namespace