Share via


ContentSite.IsSiteEnabled Property

Definition

Gets or sets whether this ContentSite is enabled.

public:
 property bool IsSiteEnabled { bool get(); void set(bool value); };
bool IsSiteEnabled();

void IsSiteEnabled(bool value);
public bool IsSiteEnabled { get; set; }
var boolean = contentSite.isSiteEnabled;
contentSite.isSiteEnabled = boolean;
Public Property IsSiteEnabled As Boolean

Property Value

Boolean

bool

True, if this ContentSite is enabled; otherwise, false.

Applies to