.NET Framework Class Library
ShellOutput.SetItem Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > ShellOutput Class > ShellOutput Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public void SetItem( string fieldKey, |
Visual C++ |
|---|
public: void SetItem( |
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