Gets information about a user task.
Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
public SmartTaskInformation GetSmartTaskInformation( Uri oDataUri, string taskId, string culture = null )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - taskId
- Type: SystemString
The user task id. - culture (Optional)
- Type: SystemString
Culture to get information in
Return Value
Type: SmartTaskInformationThe information about the user task.
See Also