display_unit_type_mgr_list

Back to SOAP Architecture Method Reference

Description

The display_unit_type_mgr_list method lists all display types on your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
domain_id The unique ID# of your domain. bstypes:ResourceId R

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of the display type. bstypes:ResourceId R
name The unique name of the display type. string R
active Indicates whether or not the resource is active. boolean R
domain_id The unique ID# of your domain. bstypes:ResourceId R
res_width The width, in pixels, of the display type resolution. int R
res_height The height, in pixels, of the display type resolution. int R
enforce_resolution Indicates whether or not the "enforce resolution" feature is active on the display type. boolean R
container_id The unique ID# of the display type parent folder. bstypes:ResourceId R
orientation The display type's orientation:
  • 0 = Normal
  • 1 = Left
  • 2 = Right
  • 3 = Inverted
bstypes:ScreenOrientation R
enforce_orientation Indicates whether or not the "enforce orientation" feature is active on the display type. boolean R