Interface Application.UpdateStages.WithShowInPortal

All Known Subinterfaces:
Application.Update
Enclosing interface:
Application.UpdateStages

public static interface Application.UpdateStages.WithShowInPortal
The stage of the Application update allowing to specify showInPortal.
  • Method Summary

    Modifier and Type
    Method
    Description
    withShowInPortal(Boolean showInPortal)
    Specifies the showInPortal property: Specifies whether to show the RemoteApp program in the RD Web Access server..
  • Method Details

    • withShowInPortal

      Application.Update withShowInPortal(Boolean showInPortal)
      Specifies the showInPortal property: Specifies whether to show the RemoteApp program in the RD Web Access server..
      Parameters:
      showInPortal - Specifies whether to show the RemoteApp program in the RD Web Access server.
      Returns:
      the next definition stage.