FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..createNotification Method

Creates the notification.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createNotification(
	string sUserID,
	userNotificationItemType sItemType,
	string sItemID,
	string subject,
	string message,
	bool emailNotify
)
Public Function createNotification ( _
	sUserID As String, _
	sItemType As userNotificationItemType, _
	sItemID As String, _
	subject As String, _
	message As String, _
	emailNotify As Boolean _
) As Boolean
public:
bool^ createNotification(
	String^ sUserID, 
	userNotificationItemType^ sItemType, 
	String^ sItemID, 
	String^ subject, 
	String^ message, 
	bool^ emailNotify
)

Parameters

sUserID
Type: String
The s user identifier.
sItemType
Type: FlowWright.cDevDeAPI..::..userNotificationItemType
Type of the s item.
sItemID
Type: String
The s item identifier.
subject
Type: String
The subject.
message
Type: String
The message.
emailNotify
Type: Boolean
if set to true [email notify].

Return Value

true if XXXX, false otherwise.