SOAP API method WebTemplateImageBlock_update
Parameters
| Name | Type | Description | 
|---|---|---|
| id * | string | The identifier (id) of the object that is updated | 
| width * | int | The width of the imageblock. | 
| height * | int | The height of the imageblock. | 
| maxwidth * | int | The maxwidth of the imageblock. | 
| maxheight * | int | The maxheight of the imageblock. | 
| minwidth * | int | The minwidth of the imageblock. | 
| minheight * | int | The minheight of the imageblock. | 
| name * | string | The name of the block. | 
| begin * | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end * | string | The HTML code that is displayed at the end of the block, when the block exists. | 
| * required parameters | ||
Return values
| Name | Type | Description | 
|---|---|---|
| webtemplateimageblock | Structure of type 'webtemplateimageblock' | All properties of the now updated webtemplateimageblock | 
Structure 'webtemplateimageblock'
| Name | Type | Description | 
|---|---|---|
| width | int | The width of the imageblock. | 
| height | int | The height of the imageblock. | 
| maxwidth | int | The maxwidth of the imageblock. | 
| maxheight | int | The maxheight of the imageblock. | 
| minwidth | int | The minwidth of the imageblock. | 
| minheight | int | The minheight of the imageblock. | 
| id | string | The ID of the block. | 
| name | string | The name of the block. | 
| begin | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end | string | The HTML code that is displayed at the end of the block, when the block exists. |