display_unit_type_mgr_add

Back to SOAP Architecture Method Reference

Description

The display_unit_type_mgr_add method adds a display type to your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
domain_id The unique ID# of your domain. bstypes:ResourceId R
name The name of the display type. string 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
enforce_orientation Indicates whether or not the "enforce orientation" feature is active on the display type. boolean O
enforce_resolution Indicates whether or not the "enforce resolution" feature is active on the display type. boolean O
orientation The display type's orientation:
  • 0 = Normal
  • 1 = Left
  • 2 = Right
  • 3 = Inverted
bstypes:ScreenOrientation R

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of the new display type. bstypes:ResourceId R