.NET Framework Class Library
DataEntrHelper.LoadPostEventValues Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
DataEntrHelper.LoadPostEventValues Method

Loads values from the temporary output file created by the custom post-event script. This method is intended to be called from a custom `DataEntr_PostEvent.LST` or `DataEntr_PostEvent` method after the custom logic has executed. It reads the "DataEntr_PostEvent.IN" file from the system temp path, parses key-value pairs, and sets corresponding properties such as NewNumber, NewFileName, NewFolderPath, etc.

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

Syntax

Visual Basic

Public Sub LoadPostEventValues

C#

public void LoadPostEventValues()

Visual C++

public:

void LoadPostEventValues()

JavaScript

function loadPostEventValues();

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace