We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdf0d3 commit d7d4e6bCopy full SHA for d7d4e6b
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md
@@ -34,7 +34,8 @@ This example shows how to use the **Get-SPOTheme** cmdlet to return the settings
34
Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json 4
35
```
36
37
-When the theme is in the new format:
+#### Return Value Examples
38
+Theme in new format
39
```Output
40
{
41
"Name": "Custom Cyan",
@@ -49,6 +50,7 @@ When the theme is in the new format:
49
50
}
51
52
53
+Theme in legacy format
54
When the theme is in the legacy format:
55
56
0 commit comments