NotificationItem Constructor(String,String,String,String,String,Boolean)
See Also 
SourceCode.Workflow.Design.Notification.Data Namespace > NotificationItem Class > NotificationItem Constructor : NotificationItem Constructor(String,String,String,String,String,Boolean)



name
processserverfolderpath
processname
activityname
eventname
notify

Glossary Item Box

Initializes a new instance of the NotificationItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal processserverfolderpath As String, _
   ByVal processname As String, _
   ByVal activityname As String, _
   ByVal eventname As String, _
   ByVal notify As Boolean _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim processserverfolderpath As String
Dim processname As String
Dim activityname As String
Dim eventname As String
Dim notify As Boolean
 
Dim instance As New NotificationItem(name, processserverfolderpath, processname, activityname, eventname, notify)

Parameters

name
processserverfolderpath
processname
activityname
eventname
notify

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also