Click or drag to resize

IActivityLinks Interface

ActivityLink - collections of documents attached to this appointment/sale/document

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IActivityLinks

The IActivityLinks type exposes the following members.

Properties
  NameDescription
Public propertyAppointments
The list of appointments attached to the appointment/sale/document/project
Public propertyContacts
The list of contacts attached to the appointment/sale/document/project/person/selection
Public propertyDocuments
The list of documents attached to the appointment/sale/document/project
Public propertyPersons
The list of persons attached to the appointment/sale/document/project/contact/seection
Public propertyProjects
The list of projects attached to the appointment/sale/document/project
Public propertySales
The list of sales attached to the appointment/sale/document/project
Public propertySelections
The list of selections attached to the appointment/sale/document/project/contact/person
Public propertyUrls
The list of url link items attached to the appointment/sale/document/project
Top
Methods
  NameDescription
Public methodAddAppointment
Add an appointment to the list
Public methodAddContact
Add a contact to the list
Public methodAddDocument
Add a document to the list
Public methodAddPerson
Add a person to the list
Public methodAddProject
Add a project to the list
Public methodAddSale
Add a sale to the list
Public methodAddSelection
Add a selection to the list
Public methodAddUrl
Add a url link to the list. UrlAddress, UrlDescription and RelationComment
Public methodRemoveAppointment
Method for removing an appointment from the list of links
Public methodRemoveContact
Method for removing a contact from the list of links
Public methodRemoveDocument
Method for removing a documentlink
Public methodRemovePerson
Method for removing a person from the list of links
Public methodRemoveProject
Method for removing a project from the list of links
Public methodRemoveSale
Method for removing a sale from the list of links
Public methodRemoveSelection
Method for removing a selection from the list of links
Public methodRemoveUrl
Method for removing a url link from the list of links, by Url Id
Top
See Also