Skip to content

Data Object - ApplicationOtherFileTypeData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Application.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

Name Type Description
type xsd:string Type of the OtherFileType currently supported. Other types can be added in future. Examples ApplicationConstants.OtherFileType.URL 3
name xsd:string The name for OtherFileType data. For eg. An object of OtheFileTypeData with type URL can have names http, https or skype. 3
description xsd:string Friendly name for the other file type - for example, "Http Web URL". If unset, no friendly name will be displayed. 1 2

  1. This property need not be set. 

  2. This property has a maximum length of 1024 characters. 

  3. This property cannot contain ? characters.