我如何以编程方式知道给定的 SPWeb 是否是 SearchCenter 站点
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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'.
我不确定,但此处显示的功能 ID GUID 可能是一个全球性的。
I am not sure, but the Feature ID GUID shown here might be a global one.