Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 25064

'Microsoft.SharePoint.Client.Taxonomy.TaxonomyField' does not contain a definition for 'GetWssIdsOfTerm'

$
0
0

I am trying to get the WSSIds for Terms to generated the CAML query. I am getting the error in the following line of code that 'Microsoft.SharePoint.Client.Taxonomy.TaxonomyField' does not contain a definition for 'GetWssIdsOfTerm'

int[] idArray = TaxonomyField.GetWssIdsOfTerm(_sourceSite, _termStore.Id, termSet.Id, tempterm.Id, false, 10);

In fact, I can find it on the internet that this static method is available. But why is it not present in the Assembly?

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.taxonomy.taxonomyfield.getwssidsofterm

Please Advise.


Viewing all articles
Browse latest Browse all 25064

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>