display_unit_type_mgr_update
Back to SOAP Architecture Method Reference
Description
The display_unit_type_mgr_update method updates the details of an existing display type on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active | Indicates whether or not the resource is active. | boolean | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
enforce_orientation | Indicates whether or not the "enforce orientation" feature is active on the display type. | boolean | R |
enforce_resolution | Indicates whether or not the "enforce resolution" feature is active on the display type. | boolean | R |
id | The unique ID# of the display type. | bstypes:ResourceId | R |
name | The unique name of the display type. | string | R |
orientation | The display type's orientation:
|
bstypes:ScreenOrientation | R |
res_height | The height, in pixels, of the display type resolution. | int | R |
res_width | The width, in pixels, of the display type resolution. | int | R |
container_id | The unique ID# of the display type parent folder. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the updated display type. | bstypes:ResourceId | R |