.NET Framework Class Library
DataEntrHelper.CalledFromOnAddDocument Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
DataEntrHelper.CalledFromOnAddDocument Property

Indicates whether the current operation was triggered from the "OnAddDocument" event.

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

Syntax

Visual Basic

Public Property CalledFromOnAddDocument As Boolean

Get
Set

C#

public bool CalledFromOnAddDocument { get; set; }

Visual C++

public:

property bool CalledFromOnAddDocument {
bool get ();
void set (bool value);
}

JavaScript

function get_calledFromOnAddDocument();

function set_calledFromOnAddDocument(value);

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace