| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentBlockIds |
The list of content block IDs to be moved in or out from trashcan. |
Collection of integer |
None. |
| IsDeleted |
The boolean that describe the operation that needs to be done. If true, then the content blocks will be moved into trashcan, otherwise will be restored. |
boolean |
None. |
| LayoutZone |
The layout zone where the content block will be placed. Optional property that defaults to Left. Examples: - LayoutZone = Left => put content in the left column - LayoutZone = Right => put content in the right column |
Itsolutions.Itslearning.Web.RestApi.Personal.Page.PageApiModels.Enums.LayoutZoneDto |
None. |
| Order |
The position of the content block within the specified layout zone. Optional property, default last in this layout zone. If there is an existing content block at this position, that one and all blocks below will be shifted down. Examples: - Order = 1, LayoutZone = Left => top left position - Order = 2, LayoutZone = Left => second position in left column - Order = 1, LayoutZone = Right => top right position |
integer |
None. |