...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxConditionalDeepDeleteInstancesEx(sourceInstances : AGGREGATE OF |
...
Argument:
...
GENERIC;
options : INTEGER;
include_exclude : AGGREGATE OF GENERIC;
rolesToDelete : AGGREGATE OF GENERIC)
status : INTEGER;
|
Use this function to ....
Arguments
...
Type | Name | Comment | |
AGGREGATE OF GENERIC | sourceInstances | An aggregate of numeric instanceIDs that uniquely identifies the instances to be deleted in the EDMdatabase | |
INTEGER | options | Specifies the options to be used in the invocation of the function. The <options> value can be specified as a bitwise OR between the actual options to enable. All option names are defined on the header file sdai.h. See the edmiConditionalDeepDeleteInstances function for options descriptions.see below | |
AGGREGATE OF GENERIC | include_exclude | Address of an array of instances or instance types (entities). The content is dependent of the value of the <options> argument. An instanceID = 0 terminates the <exclude_or_include> array | |
AGGREGATE OF GENERIC | rolesToDelete |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Option | Comment |
XPXOption | comment |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|