.NET Framework Class Library
ShellOutput.SetItem Method

<< Click to Display Table of Contents >>

Navigation:  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(
 StringfieldKey,
 StringfieldValue
)

JavaScript

function setItem(fieldKeyfieldValue);

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