.NET Framework Class Library
DataEntrHelper.Context Property

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties >

.NET Framework Class Library
DataEntrHelper.Context Property

Gets the current execution context of the operation (e.g., "SAVE_AS", "RENAME", "ADD_CONFIGURATION"). This value determines how scripts and event logic behave depending on the type of action being performed.

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

Syntax

Visual Basic

Public ReadOnly Property Context As String

 Get

C#

public string Context { get; }

Visual C++

public:

property StringContext {
 Stringget ();
}

JavaScript

function get_context();

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace