SPWeb.ThemeCssUrl property

NOTE: This API is now obsolete.

Gets the URL for the cascading style sheets file that is used in the theme for 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 ThemeCssUrl As String
    Get
'Usage
Dim instance As SPWeb
Dim value As String

value = instance.ThemeCssUrl
[ObsoleteAttribute("This property applies to SharePoint 2007 theming and is no longer functional", 
    false)]
public string ThemeCssUrl { get; }

Property value

Type: System.String
A string that contains the URL.

Remarks

Warning

This API is deprecated; use it only when the UI is in backward compatibility mode (SPWeb.UIVersion = 3).

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace