Share via


Themes.ThemeDirectory Property

Gets the folder within a Web site root folder that contains the theme folders.

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public Shared Property ThemeDirectory As String
    Get
    Private Set
'Usage
Dim value As String

value = Themes.ThemeDirectory
public static string ThemeDirectory { get; private set; }
public:
static property String^ ThemeDirectory {
    String^ get ();
    private: void set (String^ value);
}
static function get ThemeDirectory () : String
private static function set ThemeDirectory (value : String)

Property Value

Type: System.String
The path of the theme folder.

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

Themes Class

Microsoft.Web.Helpers Namespace