0
votes
0answers
56 views

Empty taxonomy fields in OOTB SharePoint alert e-mail

When subscribed to a document library - and a document is uploaded - the subscribed user is successfully sent an e-mail including details of the uploaded document. But it's a custom content type and ...
0
votes
0answers
75 views

TaxonomyWebTaggingControl dialog height

Is there anyway I can control the height of the dialog that opens as part of the TaxonomyWebTagging control?
0
votes
2answers
704 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 ...
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 ...
1
vote
4answers
610 views

SharePoint 2010 Taxonomy Term.Move does nothing, what's wrong?

I'm trying to move a term from one parent to another using code. My exact code is: term.Move(newParentTerm); termStore.CommitAll(); I can't spot anything obvious that is wrong, no error message ...
2
votes
1answer
83 views

Link to Taxononomy from subweb quicklaunch

Is it possible to create somehow link from some subweb (link is for example placed in quick launch but it's not necessary to be there) to taxonomy page (central administration). For now, I don't know ...