Class CommunicationEntity
Used to create new appointments and tasks.
This is a specialised version of an Entity.
Create
- Inheritance
-
Communication
Entity
- Implements
- Inherited Members
Methods
AddUser(int)
Adds a user to a communication using their user ID.
Parameters
userID
intUser ID of user to add.
Returns
- Entity
Entity referencing the user added.
AddUser(string)
Adds a user to a communication using their logon ID.
Parameters
userLogon
stringLogonId of user to add.
Returns
- Entity
Entity referencing the user added.