GetEventActionsByRights Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class : GetEventActionsByRights Method



procInstId
eventId
user

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetEventActionsByRights( _
   ByVal procInstId As Integer, _
   ByVal eventId As Integer, _
   ByVal user As String _
) As EventActions
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim procInstId As Integer
Dim eventId As Integer
Dim user As String
Dim value As EventActions
 
value = instance.GetEventActionsByRights(procInstId, eventId, user)
C#  
public EventActions GetEventActionsByRights( 
   int procInstId,
   int eventId,
   string user
)
C++/CLI  
public:
EventActions^ GetEventActionsByRights( 
   int procInstId,
   int eventId,
   String^ user
) 

Parameters

procInstId
eventId
user

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