Gets the metadata for a user task.
Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public XmlDocument GetSmartTaskMetadata( Uri oDataUri, string taskId, bool includeOffline, string culture )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - taskId
- Type: SystemString
The user task id. - includeOffline
- Type: SystemBoolean
true if offline data is to be included. - culture
- Type: SystemString
Culture to get metadata in
Return Value
Type: XmlDocumentThe user task metadata.
See Also