Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.
12
votes
3answers
1k views
Client Object Model equivalent of SPUtility.SendEmail in SharePoint 2010
I am trying to send an email after an action occurs in Silverlight WebPart I am designing.
Is there a built-in class in the Client Object Model that can handle this, or will I have to build a ...
2
votes
2answers
4k views
How can I upload a file to a Sharepoint Document Library using Silverlight and client web-services?
I'm using C# in Visual Studio with a Silverlight app. I want to upload a file to a document library, but none of the web-services here http://msdn.microsoft.com/en-us/library/ms479390.aspx seem to ...
3
votes
1answer
1k views
People Picker control for Silverlight, or alternatives?
This is probably a longshot, but does anyone know of a way to resolve a name entered in a Silverlight textbox to a SharePoint User object in Silverlight, using the client object model?
Ideally, I'd ...
0
votes
2answers
509 views
CSOM Query on Hidden User Information List returning nothing
I'm trying to retrieve a user's profile picture from the hidden User Information List within Silverlight. I can't use the UserProfileService.asmx because I don't have the login name nor the GUID of ...