SPWeb.Theme property
NOTE: This API is now obsolete.
Gets the name of the theme that is applied to the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property applies to SharePoint 2007 theming and is no longer functional", _
False)> _
Public ReadOnly Property Theme As String
Get
'Usage
Dim instance As SPWeb
Dim value As String
value = instance.Theme
[ObsoleteAttribute("This property applies to SharePoint 2007 theming and is no longer functional",
false)]
public string Theme { get; }
Property value
Type: System.String
A string that contains the name of the theme.
Remarks
Warning
This API is deprecated; use it only when the UI is in backward compatibility mode (SPWeb.UIVersion = 3).
Use the ApplyTheme method to set the theme for a site.