Assignee Constructor |
| Name | Description | |
|---|---|---|
| Assignee(Int32) |
Use this constructor only if the id is for a well-known usergroup or for the identity user.
Well-known user groups are: Process Creator, None.
| |
| Assignee(User) | ||
| Assignee(UserGroup) | ||
| Assignee(UserInfo) | ||
| Assignee(Int32, String, String) |
Use this constructor if the assignee is a user (and not a group).
| |
| Assignee(Int32, String, Boolean, IEnumerableInt32) |
Use this constructor if the assignee is a group (and not a user).
|