.NET Framework Class Library
Revision.GetGlobaleRevPhaseBarray Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Revision Class > Revision Methods > .NET Framework Class Library |
This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the phase B revision array as a List(Of String). This list contains all possible revision labels for phase B (typically "Major"), loaded from the configuration file and used to validate and manage major release states.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetGlobaleRevPhaseBarray As List(Of String) |
C# |
|---|
public List<string> GetGlobaleRevPhaseBarray() |
Visual C++ |
|---|
public: List<String^>^ GetGlobaleRevPhaseBarray() |
JavaScript |
|---|
function getGlobaleRevPhaseBarray(); |
Return Value
A List(Of String) containing the phase B revisions.
See Also