This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets if this database is a CMS database. Once set to true, isCmsDatabase can never be set to false again.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public bool IsCmsDatabase { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Property IsCmsDatabase As 
	Get
	Set

See Also

Database Class
Smartsite.Data Namespace
Advanced