Tagged Questions
0
votes
4answers
648 views
How to programmatically get Feature ID?
In order to programmatically activate a feature, you need its Feature ID (some type of GUID) that is set in the .feature file. Is there a pretty way of retrieving this value programmatically, so that ...
0
votes
2answers
103 views
Are ID of default fields same for SharePoint installed on different machines?
Are ID of default fields (or SharePoint components) in 14 hive same for SharePoint installed on different machines ?
2
votes
1answer
266 views
FullTextSQLQuery with a Taxonomy GUID in Where Clause
I've created a few documents and tagged them with various Taxonomy Terms from a Term Set. The terms I have chosen are children of other Terms. I've executed a crawled and created a Managed Property ...
1
vote
1answer
2k views
Get UniqueId from listitem with Javascript/Ecmascript (Sharepoint 2010)
Is it possible to get the Unique Id from a listitem in a custom SharePoint 2010 list?
I've added a custom ribbon action so far where I can get the id, but that's an integer (0,1,2,3,...) I need the ...
2
votes
1answer
1k views
Creating site column with a specific GUID
I am trying to create a site column using via a console app. I would ultimately like to be able to migrate the site column and upgrade the same column via this app. To that end, I would need some ...
1
vote
1answer
180 views
Possible to find EVERYTHING that references a list using PowerShell or the Object Model?
I recently did a migration from SharePoint 2007 to 2010. In the end I had to re-implement a number of things (such as workflows) because they referenced lists, and the list GUIDs changed during the ...