vote up 1 vote down star

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?

flag

2 Answers

vote up 1 vote down

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'.

link|flag
Thanks. However, property __WebTemplates is blank when i try to check it for a SPWeb that I know is a SearchCenter. – Abhinav Dayal Feb 3 at 22:33
Ok. This works. SpWeb.WebTemplate is a property on SPWeb directly. That shows SRCHCEN for searchcenter with pages and SRCHCENTERLITE for one without pages. Thanks – Abhinav Dayal Feb 3 at 22:40
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.