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

The IAudit type exposes the following members.

Methods

  NameDescription
CreateNewAudit
Raise a new Audit in Q-Pulse.
GetAudit
Fetch an Audit from Q-Pulse.
GetAuditIDs
Enables a user to search for Audit records. This method is an alternative to GetAudits(). Where GetAudits() returns full descriptions of found records, GetAuditIDs() returns only the Audit record numbers. You can then retrieve the full details using GetAudit()
GetAudits
Enables a user to search for Audits. This method is an alternative to GetAuditIDs(). Where GetAuditIDs() returns only the Audit Numbers, GetAudits() returns full descriptions of found records.

See Also