.NET Framework Class Library
PDMSystem.EventLogEventByName Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public bool EventLogEventByName( string eventKeyName, |
Visual C++ |
|---|
public: bool EventLogEventByName( |
JavaScript |
|---|
function eventLogEventByName(eventKeyName, documentType); |
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