我如何以编程方式知道给定的 SPWeb 是否是 SearchCenter 站点

发布于 2024-07-13 00:46:52 字数 87 浏览 4 评论 0原文

我有一个 SPWeb 对象,我想知道这是否是一个 SearchCenter 站点。 我怎样才能以编程方式知道它。 是否有一些设置需要检查或需要匹配的指南等?

I have a SPWeb object and I want to know whether or not this is a SearchCenter site. How can I know it programmatically. Is there some setting to check or a guid to match etc?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

禾厶谷欠 2024-07-20 00:46:53

SearchCenter 是根据特殊的网站模板创建的,您可以从 WebTemplate 中识别该模板SPWeb 对象上的 属性。 它将携带值“SRCHCEN”。

A SearchCenter is created from a special site template that you can identify from the WebTemplate property on the SPWeb object. It will carry the value 'SRCHCEN'.

楠木可依 2024-07-20 00:46:53

I am not sure, but the Feature ID GUID shown here might be a global one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文