Skip to content

Commit d7d4e6b

Browse files
committed
update
1 parent 2bdf0d3 commit d7d4e6b

File tree

1 file changed

+3
-1
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+3
-1
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ This example shows how to use the **Get-SPOTheme** cmdlet to return the settings
3434
Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json 4
3535
```
3636

37-
When the theme is in the new format:
37+
#### Return Value Examples
38+
Theme in new format
3839
```Output
3940
{
4041
"Name": "Custom Cyan",
@@ -49,6 +50,7 @@ When the theme is in the new format:
4950
}
5051
```
5152

53+
Theme in legacy format
5254
When the theme is in the legacy format:
5355
```Output
5456
{

0 commit comments

Comments
 (0)