Data Object - ApplicationOtherFileTypeData

Class
VMware.Hv.OtherFileTypeData
Property of
ApplicationExecutionData
Since
Horizon 7.0

Data Object Description

Information about different type of file types supported by Application that can be passed from agent to client via broker.

Data Object Properties

Properties

Name Type Description
typexsd:string

Type of the OtherFileType currently supported. Other types can be added in future. Examples ApplicationConstants.OtherFileType.URL
  • This property cannot contain ? characters.
namexsd:string

The name for OtherFileType data. For eg. An object of OtheFileTypeData with type URL can have names http, https or skype.
  • This property cannot contain ? characters.
descriptionxsd:string

Friendly name for the other file type - for example, "Http Web URL". If unset, no friendly name will be displayed.
  • This property need not be set.
  • This property has a maximum length of 1024 characters.