.NET Framework Class Library
Revision.GetGlobaleRevPhaseAarray 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 A revision array as a List(Of String). This list contains all possible revision labels for phase A (typically "Prerelease"), loaded from the configuration file and used to validate and manage prerelease states.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetGlobaleRevPhaseAarray As List(Of String) |
C# |
|---|
public List<string> GetGlobaleRevPhaseAarray() |
Visual C++ |
|---|
public: List<String^>^ GetGlobaleRevPhaseAarray() |
JavaScript |
|---|
function getGlobaleRevPhaseAarray(); |
Return Value
A List(Of String) containing the phase A revisions.
See Also