[This is preliminary documentation and is subject to change.]
The IIncident type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetIncident |
Enables a user to view an existing incident.
| |
| GetIncidentIDs |
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()
| |
| GetIncidents |
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.
|