You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-theming/sharepoint-site-theming-csom.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Before you get started, make sure that you're familiar with the following:
7
7
-[Using the Client Object Model](https://msdn.microsoft.com/en-us/library/ff798388.aspx)
8
8
-[Common Programming Tasks in the Managed Client Object Model](https://msdn.microsoft.com/en-us/library/ee537013.aspx)
9
9
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).
10
+
You will also need to reference the [Microsoft.SharePointOnline.CSOM](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/) NuGet package (version 16.1.6906.1200 or later).
11
11
12
12
## CSOM code example
13
13
@@ -20,17 +20,19 @@ The following example shows how to create a __Microsoft.Online.SharePoint.Tenant
The methods described in this section are used to manage the available themes in your tenant. To _apply_a theme to a particular SharePoint website, use the [SPWeb.ApplyTheme](https://msdn.microsoft.com/en-us/library/office/jj251358.aspx) method of the [Microsoft.SharePoint.Client.Web](https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.client.web.aspx) class.
74
+
There's currently no supported API to programmatically apply a theme to specific site.
73
75
74
76
## Methods/properties of the Microsoft.Online.SharePoint.TenantAdministration.Tenant class
0 commit comments