.NET Framework Class Library
Messages.RaiseNotification Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Messages Class > Messages Methods > .NET Framework Class Library |
Raise a notification for the current or the specified user
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub RaiseNotification ( _ notificationMessage As String, _ |
C# |
|---|
public void RaiseNotification( string notificationMessage, |
Visual C++ |
|---|
public: void RaiseNotification( |
JavaScript |
|---|
function raiseNotification(notificationMessage, userName); |
Parameters
notificationMessage
Type: System.String
Message of the notification.
userName (Optional)
Type: System.String
Optional. User you want to notify. If not specified the current logged user will be notified.
Remarks
See Also