Interface IDocumentWorkflowTrackerRepository
Defines the method for storing the tracking for document based workflows
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public interface IDocumentWorkflowTrackerRepository
Methods
| Improve this Doc View SourceIsDocumentUserAssigned(Guid, Int32)
Gets a bool value if the user has already sent this document within the specific workflow.
Declaration
bool IsDocumentUserAssigned(Guid documentId, int userId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | documentId | The document id. |
System.Int32 | userId | The user id. |
Returns
Type | Description |
---|---|
System.Boolean | A bool value to indicate if the user was assigned to the document |