![]() |
Stephane Eyskens |
![]() |
Book on SharePoint Development |
![]() |
Most Valuable Professional |
![]() |
Microsoft Certified Professional |
Hi,
In regular server-side SharePoint coding, when we want to check whether the current user has specific permissions on a list, we can use the method SPList.DoesUserHavePermissions(). This method isn't available from the Client Object Model but you can easily create your own this way:

You can use a similar technique with the Silverlight Client OM but you'll be forced to check asynchroneously!
Happy coding!
| Tweet | Share |