Is it at all possible to make changes to or add a content editor to a page using only the Client Object Model API? There does not appear to be any reference to a ContentEditorWebPart dll.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can't use the DLL as usual, you need to provide a Microsoft.SharePoint.Client.WebParts.WebPart, you can get this from WebPartDefinition which you again can get from LimitedWebPartManager. Example:
|
|||
|
|