.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
ShellInput.GetItem Method

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 _
) As String

C#

public string GetItem(

string fieldKey
)

Visual C++

public:

String^ GetItem(
String^ fieldKey
)

JavaScript

function getItem(fieldKey);

Parameters

fieldKey

Type: System.String
name of an existing field

Remarks

See Also

ShellInput Class

ShellInput Members

MwPDMApi Namespace