ContentIsland.IsSiteVisible Property

Definition

Gets whether the associated ContentSite is visible.

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

Property Value

Boolean

bool

True, if the associated ContentSite is visible; otherwise, false.

Applies to