.NET Framework Class Library
Project.GetProjectsList Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Project Class > Project Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public void GetProjectsList( ref int number_of_projects, |
Visual C++ |
|---|
public: void GetProjectsList( |
JavaScript |
|---|
function getProjectsList(number_of_projects, ProjectsIdArray); |
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