417 reputation
414
bio website
location
age
visits member for 3 years, 3 months
seen May 13 at 19:45
stats profile views 102

Feb
13
awarded  Nice Question
Jan
5
awarded  Yearling
Nov
19
asked Add a ‘Create New Document Set’ link to a web-page
Oct
21
answered Create additional goal indicators on a KPI list
Oct
4
comment CheckedOutFiles return zero files but there are some files checked out
But why does code fragment 2 work correctly, and code fragment 1 does not work ? It does not look permission related ?
Oct
4
revised CheckedOutFiles return zero files but there are some files checked out
Add comments about the fragment 1 and 2
Oct
2
asked CheckedOutFiles return zero files but there are some files checked out
Sep
25
awarded  Notable Question
Sep
11
awarded  Tumbleweed
Sep
4
comment How do I customize the Refinement Panel for the main Site Search Results Page
Is it possible to copy the OSSSearchResults.aspx page when you don't have access to SharePoint Designer of the SharePoint installation ?
Sep
4
asked Client Object Model : “Microsoft.SharePoint.Client.ServerException: The request uses too many resources”
Sep
4
comment Delete all list items with Client Object model
The commands are batched up, but be aware that the number of commands is limited ! See this page : msdn.microsoft.com/en-us/library/office/…
Sep
4
comment Internal Server Error (500) using Managed Client Object Model
Maybe also add context.AuthenticationMode = ClientAuthenticationMode.Default; And it's also better if you create a custom class which extends the ClientContext so you can do the authentication in the constructor from your own custom class.
Sep
3
answered Taxonomy.asmx returns sometimes 'No credentials are available in the security package'
Sep
3
revised Taxonomy.asmx returns sometimes 'No credentials are available in the security package'
deleted 6 characters in body
Aug
31
accepted What is the difference between CamlQuery and SPQuery
Aug
31
asked Taxonomy.asmx returns sometimes 'No credentials are available in the security package'
Aug
30
revised Managed Metadata and the client OM
Added step 3 to set the value.
Aug
29
comment Managed Metadata and the client OM
Setting the data is very easy, just use item["MyManagedMetadataColumn"] = item.ToString();
Aug
29
asked How to display the URL (from the link) in the search results?