.NET Framework Class Library
Messages.RaiseNotification Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Messages Class > Messages Methods >

.NET Framework Class Library
Messages.RaiseNotification Method

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, _
 Optional userName As String = "" _
)

C#

public void RaiseNotification(

 string notificationMessage,
 string userName = ""
)

Visual C++

public:

void RaiseNotification(
 StringnotificationMessage,
 StringuserName = L""
)

JavaScript

function raiseNotification(notificationMessageuserName);

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

Messages Class

Messages Members

MwPDMApi Namespace