Portal Class
The Portal iService enables an external application to interact with CampusNexus CRM to manage Customer Portal information.
Inheritance Hierarchy
SystemObject
  System.ComponentModelMarshalByValueComponent
    System.Web.ServicesWebService
      PortalServicePortal

Namespace:  PortalService
 

Syntax
C#
public class Portal : WebService

The Portal type exposes the following members.

Methods
NameDescription
Public methodAddRemoveMultipleObjectValues
This method associates or removes an instance of an object with an instance of the same or different object through a relationship. It provides one-many, many-many and many-one support.
Public methodCancelParticipant
Cancels the Participant's registration for an Event.
Public methodChkRecurrEvtIds
This method verifies if the event ID belongs to a recurring event.
Public methodDeleteAttachment
This method enables deleting an attachment in the Attachment tab of an Order record.
Public methodGetAttachmentTabEx
This method retrieves details of attachments in the Attachment tab of an object item in XML format.
Public methodGetDependentEnumsForParentValue
This method retrieves a dependent property’s enumerated values for an index of an enumerated value of a parent property.
Public methodGetRelationShipInstanceIDs
Retrieves the IDs of Object Properties related to the base Object.
Public methodGetRLTab
This method retrieves property values in the RecordList tab of an Order Object item.
Public methodInitializeEventForRecurrence
This method retrieves prerequisite information before registering a contact for a recurring event. For example, you can check whether a contact is already a registered participant in the recurring event, whether a contact already exists in the system, and specify associated participant details of the contact.
Public methodInitializeEventForRegistration
Gets all prerequisite operations before you can register a Contact for an Event. For example, you can check whether a Contact is already a registered Participant in the Event, whether a Contact already exists in CampusNexus CRM and specify details of the Participant.
Public methodRegisterParticipantsToEvent
This method registers contacts to an event and updates the database with any changes made to records related to the contact and/or participant objects items.
Public methodRegisterParticipantsToRecurrenceEvent
Register a specific contact to a recurring event and also update the database with changes made to the contact and/or participant object items.
Public methodRegisterParticipantToEvent
Register a specific Contact for an Event.
Public methodRunFilter
This method retrieves the result set of a filter in XML format.
Public methodSetStateToRegisterForEvent
In an Event, this sets the participation status of a Participant to Registered.
Public methodSetStateToRegisterForRecurrenceEvent
This method sets the participation status of a participant to Registered for a recurring event.
Top
See Also