DispatcherFunctionsGetDispatcherId Method

Scanjour Workflow4 Reference Manual
Gets a dispatcher id, based on its name

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetDispatcherId(
	Uri oDataUri,
	string dispatcherNameOrId
)

Parameters

oDataUri
Type: SystemUri
ODataService Uri
dispatcherNameOrId
Type: SystemString
Name of the dispatcher

Return Value

Type: String
Id of dispatcher if found, otherwise null
See Also

Reference