.NET Framework Class Library
PDMSystem.EventLogEvent Method
|
<< Click to Display Table of Contents >> Navigation: 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 EventLogEvent ( _ eventKey As MWEventKey, _ |
C# |
|---|
public bool EventLogEvent( MWEventKey eventKey, |
Visual C++ |
|---|
public: bool EventLogEvent( |
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