Gets boolean value indicating if the CWebsite is a website shipped with iMIS

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

Syntax

C#
public bool IsiMISWebsite { get; }
Visual Basic
Public ReadOnly Property IsiMISWebsite As Boolean
	Get
Visual C++
public:
property bool IsiMISWebsite {
	bool get ();
}

See Also