Working with SharePoint’s Discussion Lists Programmatically – Part 1Posted Sunday, May 02, 2010 10:07 AM by Itay ShakuryThis is part of a series of posts about Working with Discussion lists programmatically: Part 1(This one), Part 2, Part 3.I am
Hi,Regarding how to read all term set you can try the following code.e.g. static void TermSetDemo(SPSite site) { TaxonomySession session = new TaxonomySession(site); // Get all the TermStores associated with the provided site.
Programmatically Set PermissionsThis is some example code I wrote the for the MSDN forums to showcase how you can programmatically set permissions. This code will work for splists or spwebs (in the example it’s SPList permissions, but just changing
Working with SharePoint’s Discussion Lists Programmatically – Part 2Posted Wednesday, May 05, 2010 3:43 PM by Itay ShakuryThis is part of a series of posts about Working with Discussion lists programmatically: Part 1, Part 2 (this one), Part 3.In
SharePoint 自己建立的列表名字如果是中文的在切換英文的時候,是不會自動翻譯的。 In a previous post I showed the possibility to set another language for the UI and how to export the names of list, content types, etc to translate these to a target language.If we want to translate not
Working with SharePoint’s Discussion Lists Programmatically – Part 3Posted Saturday, May 08, 2010 11:10 PM by Itay ShakuryThis is part of a series of posts about Working with Discussion lists programmatically: Part 1, Part 2, Part 3 (this one.In the
Filter a View by “Me” Without a People Columnby Laura Rogers on 3/23/2011 1:31 PMCategory: ViewsThis applies to the Enterprise version only, for SharePoint 2007 or 2010.A lot of times, especially with InfoPath fields, you end up with a text field
How to unlock the locked tasks in Sharepoint Workflow Sometimes in Sharepoint Workflow, tasks will get locked and you will not be able to proceed further.These locks are placed to prevent the task being updated simultaneously. The workflow runtime
在Content Editor web part 上顯示 如下代碼即可 //the placeholder for the webpart, with a nice waiting image <div id="ListPlaceholder"><img src="/_layouts/images/GEARS_AN.GIF" alt="" /></div><script
文章目錄 1. Understand how Query String (URL) Filter works2. Build the content & page3. Add Query String (URL) Filter web parts for each attribute you want to control on the URL4. Connect each filter web part to the web parts you
ProblemIn SharePoint 2010, one of the most frequent enhancement requests that come from clients is to add a custom property to property restrictions in the (Out of The Box) advance search box.By default, properties like Author, Description, Name and
An exception of type System.Data.SqlClient.SqlException was thrown. Additional exception information: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible
All Users in SharePoint Site Custom WebpartBy tdomf_6998b, on October 18th, 2010Price (USD): 0.0Category: For e.g. WebPart, Workflow, Event Receiver etc.This webpart will display all the users from each group in the current site. You can however add
How to configure your MyInbox webpart automatically ? It seems to be so difficult to configure your SharePoint Outlook webparts automatically, but it isn't !Last week, I tried everything, but I failed to configure those Outlook webparts.It seems to