add folder

This commit is contained in:
jdeckerMS 2016-07-05 09:26:15 -07:00
parent 92dcad1a81
commit b20875d23b

View File

@ -31,12 +31,13 @@ The configuration items must be in the following order when you lock down settin
- Default profile - Default profile
- ActionCenter - ActionCenter
- Apps - Apps (contains lists of applications and folders)
- Application product ID, as described in [Product IDs in Windows 10 Mobile](http://go.microsoft.com/fwlink/p/?LinkId=698449) - Application product ID, as described in [Product IDs in Windows 10 Mobile](http://go.microsoft.com/fwlink/p/?LinkId=698449), or folder ID and folder name, as described in [EnterpriseAssignedAccess CSP](https://msdn.microsoft.com/en-us/library/windows/hardware/mt157024%28v=vs.85%29.aspx)
- App User Model ID, as described in [Configuring Multiple App Packages](#bmk-map) - App User Model ID, as described in [Configuring Multiple App Packages](#bmk-map)
- PinToStart - PinToStart
- Size - Size
- Location - Location
- Parent folder ID
- Buttons - Buttons
- ButtonLockdownList - ButtonLockdownList
- Button name - Button name
@ -124,6 +125,16 @@ The XML example can be used as a lockdown file that is contained in a provisioni
<Default> <Default>
<ActionCenter enabled="true" /> <ActionCenter enabled="true" />
<Apps> <Apps>
<!-- Create folder -->
<Application folderId="1" folderName="foldername">
<PinToStart>
<Size>Large</Size>
<Location>
<LocationX>0</LocationX>
<LocationY>2</LocationY>
</Location>
</PinToStart>
</Application>
<!-- Settings --> <!-- Settings -->
<Application productId="{2A4E62D8-8809-4787-89F8-69D0F01654FB}"> <Application productId="{2A4E62D8-8809-4787-89F8-69D0F01654FB}">
<PinToStart> <PinToStart>
@ -134,7 +145,7 @@ The XML example can be used as a lockdown file that is contained in a provisioni
</Location> </Location>
</PinToStart> </PinToStart>
</Application> </Application>
<!-- Outlook Calendar --> <!-- Outlook Calendar in folder -->
<Application productId="{A558FEBA-85D7-4665-B5D8-A2FF9C19799B}" aumid="microsoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.calendar"> <Application productId="{A558FEBA-85D7-4665-B5D8-A2FF9C19799B}" aumid="microsoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.calendar">
<PinToStart> <PinToStart>
<Size>Small</Size> <Size>Small</Size>
@ -142,6 +153,7 @@ The XML example can be used as a lockdown file that is contained in a provisioni
<LocationX>0</LocationX> <LocationX>0</LocationX>
<LocationY>2</LocationY> <LocationY>2</LocationY>
</Location> </Location>
<ParentFolderId>1</ParentFolderId>
</PinToStart> </PinToStart>
</Application> </Application>
<!-- Photos --> <!-- Photos -->