SPUtility.CurrentThemeFolderName property

Gets the name of the current theme folder.

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

Syntax

'Declaration
Public Shared ReadOnly Property CurrentThemeFolderName As String
    Get
'Usage
Dim value As String

value = SPUtility.CurrentThemeFolderName
public static string CurrentThemeFolderName { get; }

Property value

Type: System.String
The name of the current theme folder.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace