.NET Framework Class Library
Revision.GetGlobaleRevSeparator Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.GetGlobaleRevSeparator Method

This method is the result of porting the legacy OnNewRev.lib library from VBScript to .NET. Returns the current revision separator string used to distinguish between major and minor revision parts. The separator is loaded from the configuration file and is typically a character such as "." or "-".

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

Syntax

Visual Basic

Public Function GetGlobaleRevSeparator As String

C#

public string GetGlobaleRevSeparator()

Visual C++

public:

String^ GetGlobaleRevSeparator()

JavaScript

function getGlobaleRevSeparator();

Return Value

The revision separator as a string.

See Also

Revision Class

Revision Members

MwPDMApi Namespace