ContentSite.IsSiteEnabled 属性

定义

获取或设置是否启用此功能 ContentSite

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

属性值

Boolean

bool

如果启用此选项,则为 ContentSite True;否则为 false。

适用于