Description
int
hw_modifyobject
( int connection, int object_to_change, array remove, array add,
int mode)
Voorbeeld
1
.
modifying
an
attribute
|
In order to delete/add a name=value pair from/to the object
record just pass the remove/add array and set the last/third
parameter to an empty array. If the attribute is the first one
with that name to add, set attribute value in the remove array to
an integer.
Voorbeeld
2
.
adding
a
completely
new
attribute
|
Voorbeeld
3
.
modifying
Title
attribute
|
or
Voorbeeld
4
.
modifying
Title
attribute
|
This removes the english title 'Books' and adds the english title
'Articles' and the german title 'Artikel'.
Voorbeeld
5
.
removing
attribute
|