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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -