.NET Framework Class Library
PDMSystem.EventLogEvent Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
PDMSystem.EventLogEvent Method

Returns the occurrence of a given event on a given document type.

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

Syntax

Visual Basic

Public Function EventLogEvent ( _

eventKey As MWEventKey, _
dType As DocType _
) As Boolean

C#

public bool EventLogEvent(

MWEventKey eventKey,
DocType dType
)

Visual C++

public:

bool EventLogEvent(
MWEventKey eventKey,
DocType dType
)

JavaScript

function eventLogEvent(eventKey, dType);

Parameters

eventKey

Type: MwPDMApi.MWEventKey
event type to check

dType

Type: MwPDMApi.DocType
type of the document

Return Value

TRUE if an event of specified type on document of specified type has occurred, FALSE otherwise

Remarks

See Also

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace