0
votes
1answer
154 views

Possible to programmatically force timer to run?

I've exposed some 'rename metadata term' functionality to the user through an application page. It works fine, but they obviously don't see the changes until the 'Taxonomy Update Scheduler' has ran - ...
0
votes
2answers
208 views

determine if the `Metadata Navigation and Filtering` feature is activated on a site collection

Is there a way to determine if the Metadata Navigation and Filtering feature is activated on a site collection? I've looped through the farm features, site features and web features but I can only ...
0
votes
2answers
594 views

Datasheetview copy managedmetadata field

We have a list with 2 metadatafields, however in this list the user wants to use datasheetview to copy many rows, the problem is when you try top copy it says managed metadatafields are readonly, is ...
0
votes
2answers
700 views

TaxonomyWebTaggingControl Not Showing Up on Page

I am attempting to use a Taxonomy Picker Control (TaxonomyWebTaggingControl) on an Application Page based on the term set configured for a User Profile property. In this scenario, I have set the Ask ...
0
votes
2answers
1k views

How to revert accidental page unghosting?

How can I resore ghosting of a page back if I accidentally unghosted it? Will its deleting and recreating restore ghosting and remove copy of changed page from database? Update: Searched for ...
0
votes
1answer
343 views

Create TermStore (SPServiceApplicationProxy) Programmatically

Is it possible to create a new custom TermStore Programmatically? something like SPServiceProxy proxy = SPFarm.Local.ServiceProxies.Where(s => ...
0
votes
1answer
116 views

Error on setMapping for managed property

I'm getting error when i try to add a crawled property to managed property "contentshidden" Anyone know why the problem can ben, when i add a mapping to empty mapping property it is ok, but when i ...
9
votes
2answers
3k views

How do I connect with SharePoint Online Web Services in order to access list and taxonomy data?

I am using the SharePoint SOAP web services to try collecting list and taxonomy data from a site on SharePoint Online. The following code works nicely when connected to a standalone SharePoint farm. ...
1
vote
1answer
630 views

How can I access the Taxonomy store using the Client Object Model?

We are writing an Outlook plugin and need to create an overview of the available Managed Metadata term stores and terms from clients that connect to SharePoint. I have used the TaxonomySession to do ...
1
vote
1answer
2k views

Set multiple values to Enterprise Keywords TaxonomyField

I want to programmatically set the values of the Enterprise Keywords Managed Metadata field. This field supports multiple values, but I can only get it to take one at a time. I have the following ...
2
votes
1answer
1k views

How to set value of metadata column programmatically

I am trying to migrate a set of list columns to managed metadata columns. As part of this process, I have created a set of metadata columns parallel to the existing list columns, suffixed with the ...