.NET Framework Class Library
ShellOutput.SetItem Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
ShellOutput.SetItem Method

Set the given field values back to MwPDM.

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

Syntax

Visual Basic

Public Sub SetItem ( _

fieldKey As String, _
fieldValue As String _
)

C#

public void SetItem(

string fieldKey,
string fieldValue
)

Visual C++

public:

void SetItem(
String^ fieldKey,
String^ fieldValue
)

JavaScript

function setItem(fieldKey, fieldValue);

Parameters

fieldKey

Type: System.String
name of an existing field

fieldValue

Type: System.String
value for the above field

Remarks

See Also

ShellOutput Class

ShellOutput Members

MwPDMApi Namespace