.NET Framework Class Library
Revision.GetGlobaleRevPhaseCarray Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Revision Class > Revision Methods >

.NET Framework Class Library
Revision.GetGlobaleRevPhaseCarray Method

This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the phase C revision array as a List(Of String). This list contains all possible revision labels for phase C (typically minor revisions), loaded from the configuration file and used to validate and manage minor release states.

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

Syntax

Visual Basic

Public Function GetGlobaleRevPhaseCarray As List(Of String)

C#

public List<string> GetGlobaleRevPhaseCarray()

Visual C++

public:

List<String^>^ GetGlobaleRevPhaseCarray()

JavaScript

function getGlobaleRevPhaseCarray();

Return Value

A List(Of String) containing the phase C revisions.

See Also

Revision Class

Revision Members

MwPDMApi Namespace