Share via


ChildSiteLink.IsClosed Property

Definition

Gets whether the ChildSiteLink is hidden or closed.

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

Property Value

Boolean

bool

True, if this ChildSiteLink is shown by its associated **ContentSite**; otherwise, false. The default is true.

Implements

Applies to

See also