Get Sharepoint Term's Custom Local Property values (Server side) | Trimantra Blog - 0 views
-
trimantra on 20 May 15We can get values of Custom local properties using server side code. There is no direct way to get custom local from terms. For that we need to do manual coding which is as follow: /// Get Custom Local Property values of particular term. private void GetCustomLocalPropertyValues(Term term) {…
-
trimantra on 20 May 15We can get values of Custom local properties using server side code. There is no direct way to get custom local from terms. For that we need to do manual coding which is as follow: /// Get Custom Local Property values of particular term. private void GetCustomLocalPropertyValues(Term term) {…