| AssigneeContainerAdd Method (Int32, String, String) |
Use this method if the assignee is a user (and not a group).
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic Assignee Add(
int userId,
string userName,
string fullName
)
Parameters
- userId
- Type: SystemInt32
- userName
- Type: SystemString
- fullName
- Type: SystemString
Return Value
Type:
Assignee
See Also