.NET Framework Class Library
Revision.GetGlobaleRevPhaseACap Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.GetGlobaleRevPhaseACap Method

This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the caption/label for revision phase A (typically "Prerelease"). This caption is a human-readable description of phase A, used in user interfaces, reports, or logs to clearly indicate the meaning of the revision phase instead of using only codes or numbers.

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

Syntax

Visual Basic

Public Function GetGlobaleRevPhaseACap As String

C#

public string GetGlobaleRevPhaseACap()

Visual C++

public:

String^ GetGlobaleRevPhaseACap()

JavaScript

function getGlobaleRevPhaseACap();

Return Value

The caption for phase A as a string.

See Also

Revision Class

Revision Members

MwPDMApi Namespace