London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IWorkflowTaskRepository

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[Obsolete("The old workflow system have been removed as of CMS 9")]
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

Extension Methods