.NET Framework Class Library
DataEntrHelper.GetFirstRevision Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods > .NET Framework Class Library |
Retrieves the first available revision value, based on the revisions configurations.
Return Value
The first revision string if found; otherwise, an empty string.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetFirstRevision As String |
C# |
|---|
public string GetFirstRevision() |
Visual C++ |
|---|
public: String^ GetFirstRevision() |
JavaScript |
|---|
function getFirstRevision(); |
See Also