ContentIsland.IsSiteEnabled Property

Definition

Gets whether the ContentSite can receive input.

public:
 property bool IsSiteEnabled { bool get(); };
bool IsSiteEnabled();
public bool IsSiteEnabled { get; }
var boolean = contentIsland.isSiteEnabled;
Public ReadOnly Property IsSiteEnabled As Boolean

Property Value

Boolean

bool

True, if the ContentSite can receive input; otherwise, false.

Applies to