Interface IWorkflowTaskRepository
Defines the signature for a component that acts as a repository for TaskDB
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface IWorkflowTaskRepository
Methods
List(IPrincipal)
Lists all tasks that related to the specified user name.
Declaration
IEnumerable<Task> List(IPrincipal user)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Principal.IPrincipal | user | Name of the user. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Task> | Collection of Task object |