Skip to content

Commit 0c416f0

Browse files
author
Doug Mahugh
authored
minor changes to sharepoint-site-theming-csom
Corrected prerequisites and clarified hiding default themes from the theme picker UI.
1 parent 230fbe4 commit 0c416f0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/declarative-customization/site-theming/sharepoint-site-theming-csom.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ Before you get started, make sure that you're familiar with the following:
77
- [Using the Client Object Model](https://msdn.microsoft.com/en-us/library/ff798388.aspx)
88
- [Common Programming Tasks in the Managed Client Object Model](https://msdn.microsoft.com/en-us/library/ee537013.aspx)
99

10-
Install the following components for CSOM development:
11-
12-
* [SharePoint Server 2016 Client Component SDK](https://www.microsoft.com/en-us/download/details.aspx?id=51679)
13-
* [Microsoft.SharePointOnline.CSOM](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/) NuGet package (version 16.1.6906.1200 or later)
10+
You will also need to install the [Microsoft.SharePointOnline.CSOM](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/) NuGet package (version 16.1.6906.1200 or later).
1411

1512
## CSOM code example
1613

@@ -107,7 +104,7 @@ __Parameters:__ string name<br/>
107104
__Return type:__ ThemeProperties
108105

109106
### HideDefaultThemes public property
110-
This property indicates whether the default themes are hidden in the theme picker UI for modern pages. You might want to set this property to __true__ after you define custom themes, to allow only specific themes to be used.
107+
This property indicates whether the default themes are available in the theme picker UI. The default setting is __false__ (the default themes are available), but you might want to set this property to __true__ after you define custom themes, to allow only specific themes to be used.
111108

112109
__Namespace:__ Microsoft.Online.SharePoint.TenantAdministration.Tenant<br/>
113110
__Type:__ Boolean

0 commit comments

Comments
 (0)