PFContentTypeGenerateActorsListForItem Method |
Does NOT return the actual list of actors (tasks) of an item.
Computes the list of task actors based
on the current situation (context, roles, user fields, modeling, ...).
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic List<PFUserInfo> GenerateActorsListForItem(
PFItem item,
bool includePotential = false
)
Parameters
- item
- Type: Packflow.CorePFItem
Any item of this content-type. - includePotential (Optional)
- Type: SystemBoolean
If True, will include potential users of user fields
using scope Context or Role.
Return Value
Type:
ListPFUserInfo
See Also