Gets or sets a value that indicates whether this Website is a simple site or advanced site.

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

Syntax

C#
public bool IsSimpleSite { get; set; }
Visual Basic
Public Property IsSimpleSite As Boolean
	Get
	Set
Visual C++
public:
property bool IsSimpleSite {
	bool get ();
	void set (bool value);
}

Field Value

True if simple site, False if adanced site.

See Also