I found the GetFieldValue(string value) function but this requires that you pass it a value that serves as the identifier for the value to be retrieved (i think).
I just want to get all of the possible values for the TaxonomyField, can this be done?
|
I found the GetFieldValue(string value) function but this requires that you pass it a value that serves as the identifier for the value to be retrieved (i think). I just want to get all of the possible values for the TaxonomyField, can this be done? |
|||
|
|
|
If you want to get all the possible values for a TaxonomyField, you can use a method similar to this:
|
|||
|
|
|
Yes, that can be done. You need to know the term set to which your TaxonomyField is associated. You can then read all the terms (in other words, all possible values for your taxonomy field) that belong to the term set. Check following: http://blogs.pointbridge.com/Blogs/kakanur_kiran/Pages/Post.aspx?_ID=4 |
|||
|
|