Share via


Themes.AvailableThemes Property

Gets a list of all available themes in the theme folder.

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

Syntax

'Declaration
Public Shared ReadOnly Property AvailableThemes As ReadOnlyCollection(Of String)
    Get
'Usage
Dim value As ReadOnlyCollection(Of String)

value = Themes.AvailableThemes
public static ReadOnlyCollection<string> AvailableThemes { get; }
public:
static property ReadOnlyCollection<String^>^ AvailableThemes {
    ReadOnlyCollection<String^>^ get ();
}
static function get AvailableThemes () : ReadOnlyCollection<String>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
The list of available themes.

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