Change the sharepoint icon for a site programmatically -


i needing change site icon every site in site collection in sharepoint 2007. know can change site settings -> , feel. there way programmatically?

do mean site logo? check out spweb.sitelogourl property. want set as:

site.rootweb.sitelogourl = pictureurl; 

Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -