Delegate GetUsersWithIdentitiesAsyncDelegate
OptimaJet.Workflow.Core.Runtime.GetUsersWithIdentitiesAsyncDelegate
Asynchronous delegate used to retrieve UserIdentity associations between user names and application-defined workflow participant identities.
Namespace: OptimaJet.Workflow.Core.Runtime
public delegate Task<IEnumerable<UserIdentity>> GetUsersWithIdentitiesAsyncDelegate(string userName = null, SortDirection sortDirection = SortDirection.Asc, Paging paging = null)Parameters
Name
Type
Description
userNameSystem.StringOptional filter for <a href="/core/OptimaJet.Workflow.Core.Runtime/UserIdentity/">UserIdentity.UserName</a>.
sortDirectionOptimaJet.Workflow.Core.Persistence.SortDirectionThe <a href="/core/OptimaJet.Workflow.Core.Persistence/SortDirection/">SortDirection</a> for returned users.
pagingOptimaJet.Workflow.Core.Persistence.PagingOptional <a href="/core/OptimaJet.Workflow.Core.Persistence/Paging/">Paging.PageIndex</a> and <a href="/core/OptimaJet.Workflow.Core.Persistence/Paging/">Paging.PageSize</a> values.