Allows you to set properties of already existing objects or use commands to execute bundle and document actions. See Embedded_Actions_in_Object_XML.xml for more information.
Syntax
Obj_SetStructure(string sessionId,string processId, string content,string rootRef,int maxLevel, out string xmlResult)
| Parameter | Description |
|---|---|
| sessionId | Valid session identifier (SessionId) |
| processId | ID of the process of which the object is being referenced. |
| content | The business object information to be set. |
| rootRef | Object reference whose structure is to be returned after the call |
| maxLevel | Determines how many levels are to be returned (-1 = all) |
| xmlResult | If okay, the structure of the business object |
Return Value
| Value | Description |
|---|---|
| 0 | OK |
| <>0 |
Error See Error Codes. |