.NET Framework Class Library
Messages.SendCommandMessageToUser Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Messages Class > Messages Methods >

.NET Framework Class Library
Messages.SendCommandMessageToUser Method

Send a command to the execution queue of the specified user.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub SendCommandMessageToUser ( _

 msgPathName As String, _
 userName As String _
)

C#

public void SendCommandMessageToUser(

 string msgPathName,
 string userName
)

Visual C++

public:

void SendCommandMessageToUser(
 StringmsgPathName,
 StringuserName
)

JavaScript

function sendCommandMessageToUser(msgPathNameuserName);

Parameters

msgPathName

Type: System.String
complete path of the message file

userName

Type: System.String
name of the user

Remarks

See Also

Messages Class

Messages Members

MwPDMApi Namespace