| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.allowAccessToDownloadsFolder(Boolean allowAccessToDownloadsFolder)
“This setting allows access to Downloads folder in file explorer.”
|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.apps(List<WindowsKioskAppBase> apps)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.
|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.apps(WindowsKioskAppBase... apps)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.
|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.appsNextLink(String appsNextLink)
“These are the only Windows Store Apps that will be available to launch from the
Start menu.
|
static WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.builderWindowsKioskMultipleApps()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.disallowDesktopApps(Boolean disallowDesktopApps)
“This setting indicates that desktop apps are allowed.
|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.showTaskBar(Boolean showTaskBar)
“This setting allows the admin to specify whether the Task Bar is shown or not.”
|
WindowsKioskMultipleApps.Builder |
WindowsKioskMultipleApps.Builder.startMenuLayoutXml(byte[] startMenuLayoutXml)
“Allows admins to override the default Start layout and prevents the user from
changing it. The layout is modified by specifying an XML file based on a layout
modification schema.
|
Copyright © 2018–2020. All rights reserved.