.NET Framework Class Library
PDMSystem.EventLogEventByName Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods >

.NET Framework Class Library
PDMSystem.EventLogEventByName 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 EventLogEventByName ( _

 eventKeyName As String, _
 documentType As String _
As Boolean

C#

public bool EventLogEventByName(

 string eventKeyName,
 string documentType
)

Visual C++

public:

bool EventLogEventByName(
 StringeventKeyName,
 StringdocumentType
)

JavaScript

function eventLogEventByName(eventKeyNamedocumentType);

Parameters

eventKeyName

Type: System.String
event name to check

documentType

Type: System.String
type of the document

Return Value

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

Remarks

Scripting compatibility

See Also

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace