Gets the user task attachment record Id's. Be default it gets all documents, by using the flags you can exclude some documents.
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 string[] GetSmartTaskAttachments( Uri oDataUri, string taskId, bool includeReferenceDocuments = true, bool includeAnswerDocuments = true )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - taskId
- Type: SystemString
The user task id. - includeReferenceDocuments (Optional)
- Type: SystemBoolean
Flag to include/exclude reference documents. - includeAnswerDocuments (Optional)
- Type: SystemBoolean
Flag to include/exclude answer documents.
Return Value
Type: StringThe attachment id's.
See Also