Table of Contents

Class CommunicationEntity

Namespace
Sage.CRM.Data
Assembly
SageCRMNet.dll

Used to create new appointments and tasks. This is a specialised version of an Entity. CreateAppointment() CreateTask()

public class CommunicationEntity : Entity, IDisposable
Inheritance
CommunicationEntity
Implements
Inherited Members

Methods

AddUser(int)

Adds a user to a communication using their user ID.

public Entity AddUser(int userID)

Parameters

userID int

User ID of user to add.

Returns

Entity

Entity referencing the user added.

AddUser(string)

Adds a user to a communication using their logon ID.

public Entity AddUser(string userLogon)

Parameters

userLogon string

LogonId of user to add.

Returns

Entity

Entity referencing the user added.