PublishingWeb.ThemedCssFolderUrl property

Gets the URL of the folder containing the themed CSS for the current PublishingWeb object, or a null reference (Nothing in Visual Basic) if no theme is applied.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property ThemedCssFolderUrl As InheritableStringProperty
    Get
'Usage
Dim instance As PublishingWeb
Dim value As InheritableStringProperty

value = instance.ThemedCssFolderUrl
public InheritableStringProperty ThemedCssFolderUrl { get; }

Property value

Type: Microsoft.SharePoint.Publishing.InheritableStringProperty
Returns InheritableStringProperty.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace