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, _ ByVal actionName As String, _ ByVal originalDestination As String _ ) As ActionInstanceRights |
Visual Basic (Usage) | ![]() |
---|---|
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 actionName As String Dim originalDestination As String Dim value As ActionInstanceRights value = instance.GetActionInstanceRights(procInstId, actId, actInstId, actInstDestId, eventId, actionName, originalDestination) |
C# | |
---|---|
public ActionInstanceRights GetActionInstanceRights( int procInstId, int actId, int actInstId, int actInstDestId, int eventId, string actionName, string originalDestination ) |
C++/CLI | |
---|---|
public: ActionInstanceRights^ GetActionInstanceRights( int procInstId, int actId, int actInstId, int actInstDestId, int eventId, String^ actionName, String^ originalDestination ) |
Parameters
- procInstId
- actId
- actInstId
- actInstDestId
- eventId
- actionName
- originalDestination
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