VirtualApplicationResponse

data class VirtualApplicationResponse(val physicalPath: String? = null, val preloadEnabled: Boolean? = null, val virtualDirectories: List<VirtualDirectoryResponse>? = null, val virtualPath: String? = null)

Virtual application in an app.

Constructors

Link copied to clipboard
constructor(physicalPath: String? = null, preloadEnabled: Boolean? = null, virtualDirectories: List<VirtualDirectoryResponse>? = null, virtualPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val physicalPath: String? = null

Physical path.

Link copied to clipboard
val preloadEnabled: Boolean? = null

true if preloading is enabled; otherwise, false.

Link copied to clipboard

Virtual directories for virtual application.

Link copied to clipboard
val virtualPath: String? = null

Virtual path.