Skip to content

Commit b0c2bcd

Browse files
committed
Updating description for toggleState
1 parent bb7180e commit b0c2bcd

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

hub/apps/develop/settings/settings-common.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,31 @@ Helps user to synchronize the settings and Data on multiple machines.
10561056
10571057
| Name | Type | Description |
10581058
|------|------|-------------|
1059-
| toggleState | map<wstring, **CloudStorePolicyEnum**> | A map of sync policy names that holds the user preference in terms of mapping of the Sync policy and CloudStorePolicy option. |
1059+
| toggleState | map<wstring, **CloudStorePolicyEnum**> | The user preference in terms of mapping of sync policy and CloudStorePolicy option. Allowed values for sync policy names are listed below. |
1060+
1061+
Valid sync policy names:
1062+
1063+
* Microsoft
1064+
* MicrosoftDevice
1065+
* MicrosoftUserProfile
1066+
* Microsoft.Accessibility
1067+
* MicrosoftDevice.Accessibility
1068+
* MicrosoftUserProfile.Accessibility
1069+
* Microsoft.Credentials
1070+
* MicrosoftDevice.Credentials
1071+
* MicrosoftUserProfile.Credentials
1072+
* Microsoft.Personalization
1073+
* MicrosoftDevice.Personalization
1074+
* MicrosoftUserProfile.Personalization
1075+
* Microsoft.Language
1076+
* MicrosoftDevice.Language
1077+
* MicrosoftUserProfile.Language
1078+
* Microsoft.Default
1079+
* MicrosoftDevice.Default
1080+
* MicrosoftUserProfile.Default
1081+
* Microsoft.Ink
1082+
* MicrosoftDevice.Ink
1083+
* MicrosoftUserProfile.Ink
10601084
10611085
10621086

0 commit comments

Comments
 (0)