Click or drag to resize

UserTaskRepositoryGetSmartTaskAttachments Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public string[] GetSmartTaskAttachments(
	Uri oDataUri,
	string taskId,
	bool includeReferenceDocuments = true,
	bool includeAnswerDocuments = true
)

Parameters

oDataUri  Uri
The Odata Uri.
taskId  String
The user task id.
includeReferenceDocuments  Boolean  (Optional)
Flag to include/exclude reference documents.
includeAnswerDocuments  Boolean  (Optional)
Flag to include/exclude answer documents.

Return Value

String
The attachment id's.
See Also