【问题标题】:Change the sharepoint icon for a site programmatically以编程方式更改站点的共享点图标
【发布时间】:2011-08-23 13:39:37
【问题描述】:

我需要更改 sharepoint 2007 中网站集中每个网站的网站图标。我已经知道您可以从网站设置 -> 外观更改它。有没有办法以编程方式做到这一点?

【问题讨论】:

    标签: sharepoint


    【解决方案1】:

    您是指网站徽标吗?查看SPWeb.SiteLogoUrl property。您可能希望将其设置为:

    site.RootWeb.SiteLogoUrl = pictureUrl;
    

    【讨论】:

    • 不要忘记 site.Update() 或 web.Update()
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-23
    • 1970-01-01
    • 2011-01-18
    • 2011-04-03
    • 2010-09-26
    相关资源
    最近更新 更多