SOAP API method WebDocumentLoopBlock_update
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| iterations * | int | The number of iterations of the loopblock. |
| condition * | string | Get the javascript condition used to determine if the block is shown in the document |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| webdocumentloopblock | Structure of type 'webdocumentloopblock' | All properties of the now updated webdocumentloopblock |
Structure 'webdocumentloopblock'
| Name | Type | Description |
|---|---|---|
| iterations | int | The number of iterations of the loopblock. |
| id | string | The ID of the block. |
| name | string | The name of the block. |
| iteration | int | The iteration of the parent block. |
| condition | string | Get the javascript condition used to determine if the block is shown in the document |