GetActionInstanceRights(Int32,Int32,Int32,Int32,Int32) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > GetActionInstanceRights Method : GetActionInstanceRights(Int32,Int32,Int32,Int32,Int32) Method



procInstId
actId
actInstId
actInstDestId
eventId

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetActionInstanceRights( _
   ByVal procInstId As Integer, _
   ByVal actId As Integer, _
   ByVal actInstId As Integer, _
   ByVal actInstDestId As Integer, _
   ByVal eventId As Integer _
) As ActionInstanceRights
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim procInstId As Integer
Dim actId As Integer
Dim actInstId As Integer
Dim actInstDestId As Integer
Dim eventId As Integer
Dim value As ActionInstanceRights
 
value = instance.GetActionInstanceRights(procInstId, actId, actInstId, actInstDestId, eventId)
C#  
public ActionInstanceRights GetActionInstanceRights( 
   int procInstId,
   int actId,
   int actInstId,
   int actInstDestId,
   int eventId
)
C++/CLI  
public:
ActionInstanceRights^ GetActionInstanceRights( 
   int procInstId,
   int actId,
   int actInstId,
   int actInstDestId,
   int eventId
) 

Parameters

procInstId
actId
actInstId
actInstDestId
eventId

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