.NET Framework Class Library
PDMSystem.RequiredBuild Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
PDMSystem.RequiredBuild Method

Check if the installed build string representation equals the parameter.

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

Syntax

Visual Basic

Public Function RequiredBuild ( _

mwBuild As String _
) As Boolean

C#

public bool RequiredBuild(

string mwBuild
)

Visual C++

public:

bool RequiredBuild(
String^ mwBuild
)

JavaScript

function requiredBuild(mwBuild);

Parameters

mwBuild

Type: System.String
string representing the build compared to the current build

Return Value

TRUE if the currently installed build equals the passed parameter one, FALSE otherwise

Remarks

See Also

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace