다음을 통해 공유


ContentIsland.IsSiteVisible 속성

정의

연결된 ContentSite 가 표시되는지 여부를 가져옵니다.

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

속성 값

Boolean

bool

연결된 가 ContentSite 표시되면 True이고, 그렇지 않으면 false입니다.

적용 대상