ThemeType Enumeration

Represents the state of a ThmxTheme object and its relationship with SharePoint theme features.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration ThemeType
'Usage
Dim instance As ThemeType
[SubsetCallableTypeAttribute]
public enum ThemeType

Members

Member name Description
InvalidTheme A theme that has not been initialized within the system.
GalleryTheme Managed theme in the Global Gallery.
UnmanagedTheme A SharePoint theme but not a member of the Gallery.
DetachedTheme A theme that is not part of the SharePoint family of themes.

Note

Themes of this type may not be applied to CSS to create themed styles.

See Also

Reference

Microsoft.SharePoint.Utilities Namespace