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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -