Click or drag to resize

UserTaskRepositoryValidateFileAndRecordAccess Method

Validation of user persmissions before calling report engine. Since reports are executed as system user it must be validated that the user has access before generating a report.

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 bool ValidateFileAndRecordAccess(
	Uri oDataUri,
	string taskId
)

Parameters

oDataUri  Uri
The Odata Uri.
taskId  String
The user task id.

Return Value

Boolean
return true if the current user has read permissions to both the case and all documents on attached to any usertask on the current instance
See Also