.NET Framework Class Library
ShellInput.GetItem Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ShellInput Class > ShellInput Methods > .NET Framework Class Library |
Get the given field values from MwPDM.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetItem ( _ fieldKey As String _ |
C# |
|---|
public string GetItem( string fieldKey |
Visual C++ |
|---|
public: String^ GetItem( |
JavaScript |
|---|
function getItem(fieldKey); |
Parameters
fieldKey
Type: System.String
name of an existing field
Remarks
See Also