deleteArrNoAudit()

Purpose

For native Platform objects, this method moves the specified array of records to the Recycle Bin. Similar to deleteArr(), except deleteArrNoAudit() blocks Audit records. This method will increment the hits counter for each array element.

Note: For external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection), you can use the method, deleteRecords().

Syntax

deleteArrNoAudit(string sessionId, LongArr ids);							

Parameters

sessionId

A string containing the session ID obtained at log in.

ids

LongArr array of record ids to be deleted.

Output

None

Permissions Required

Delete permission for the requested object type.