0
votes
2answers
36 views

programatically searching terms from termstore

I need sample code where user can search terms from termstore by entering some term in textbox? I am actually finding, is there any search function available for searching terms ? Like for finding ...
0
votes
1answer
78 views

Error while trying to Import Term Set using .CSV file

When i try to import a termset(in a Site collection) using the .CSV file,i get the below error, An error was encountered while attempting to import the term set at line 2 of the submitted file. ...
0
votes
2answers
60 views

How to overwrite an exisiting term set in Term Store Management?

Is there a way to overwrite the existing term set or will I only be able to add new terms to it manually? I have a csv file I used to import a term set. I recently added terms to that csv file and now ...
1
vote
1answer
39 views

Document Library View filter on term

Say I have a view that has a column based on metadata from my termset. I want to create a view that contains all the items that are tagged in one parent term and its child terms. For example: A view ...
1
vote
1answer
211 views

Getting TermSet and Terms from Microsoft.Sharepoint.Client.Field

I'm having a hard time trying fo figure this one out. I can only use Microsoft.Sharepoint.Client for this. I'am working with Sharepoint 2013. I need to list all Fields (Metadata) For a certain ...
0
votes
1answer
41 views

How to find out if (and if possible how often) a term is used?

When using managed metadata, how can I find out, if a term is used (and if possible, how often it is used), without iterating all sites and lists/libraries on the sites?
1
vote
1answer
189 views

How do I rename a metadata term in C#?

Can't find this documented anywhere. Do I just change the Term.Name and run a commit all on the term store?
2
votes
1answer
196 views

How do Managed Metadata terms with Term Reuse behave in search results?

I'm trying to handle the following scenario: use the same Managed Metadata term in multiple Term Groups via Term Reuse configure multiple Content Types to use different instances of the reused term ...
1
vote
0answers
349 views

Getting Null returned from taxonomy field in PowerShell?

I am trying to update a metadata field when adding an item to document library. All the other columns are updating. The error is on this line and basically $taxfield is returning null. $taxField = ...