GetOwners¶
Returns the array of identities that work item assigned to.
1 |
|
Parameters¶
boolean real
Specifies the return real or simulated owner. Default value is true.
Returns¶
Array of identities that work item assigned to.
Remarks¶
This method always returns the assigned identities (Position, User etc) without any calculation. If you need to assigned users please see the WorkItem.GetOwnerUsers method.
Example¶
1 2 |
|
See Also¶
- WorkItem.GetOwnerUsers
- Array<Identity>