[This is preliminary documentation and is subject to change.]

The IIncident type exposes the following members.

Methods

  NameDescription
Public methodGetIncident
Enables a user to view an existing incident.
Public methodGetIncidentIDs
Enables a user to search for an incident records. This method is an alternative to SearchIncdents(). Where SearchIncidents() returns full descriptions of found records, SearchIncidentsCompact() returns only the Incident Numbers. You can then retrieve the full details using GetIncident()
Public methodGetIncidents
Enables a user to search for incidents records. This method is an alternative to SearchIncidentsCompact(). Where SearchIncidentsCompact() returns only the Incident Numbers, SearchIncidents() returns full descriptions of found records.

See Also