Change SiteLogo via csom in SharePoint 2013 -


Regarding this question

How can I change a new logo to a site?

Is it possible to do this through a consoles application via CSOM?

post-text "itemprop =" text ">

It appears that the client object model does not have any hook in the site logo such as the regular object model ( site.RootWeb.SiteLogoUrl = pictureUrl; )

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -