TaskflowWebService.GetTaskList Method
Gets a list of registered workflow types.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetTaskList ( _
taskflowRootWebUrl As String _
) As ListTaskResponse
'Usage
Dim instance As TaskflowWebService
Dim taskflowRootWebUrl As String
Dim returnValue As ListTaskResponse
returnValue = instance.GetTaskList(taskflowRootWebUrl)
[WebMethodAttribute]
public ListTaskResponse GetTaskList(
string taskflowRootWebUrl
)
Parameters
taskflowRootWebUrl
Type: System.StringSpecifies the root web URL for the Taskflow.
Return Value
Type: OBA.Server.Taskflow.ListTaskResponse