Return the default Theme to use for this website. TODO: currently just returns the value in the SiteStyleSheet column. When we move to CM6 needs to use the appropriate column.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string DefaultTheme { get; }
Visual Basic (Declaration)
Public ReadOnly Property DefaultTheme As String
Visual C++
public:
property String^ DefaultTheme {
	String^ get ();
}

See Also