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.3.0

Syntax

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

See Also