ContentSite.IsClosed Property

Definition

Gets whether this ContentSite is closed.

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = contentSite.isClosed;
Public ReadOnly Property IsClosed As Boolean

Property Value

Boolean

bool

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

Implements

Applies to

See also