http://sharepoint-community... ---------------------------... param ( # Site Url input parameter [string]$SiteUrlParameter ) try { $propertyNames = New-Object System.Collections.ArrayList $propertyDisplayNames = New-Object System.Collections.ArrayList $termSetNames = New-Object System.Collections.ArrayList $siteUrl = "http://ABC:123" if($SiteUrlParameter -ne $null) { $siteUrl ......
Hi All,I have successfully completed the creating taxonomy and folksonomy in the visual studio package for lists or libraries using the below links ..https://cann0nf0dder.word... http://www.sharepointconfig... It helps you a lot if you follow the above link.ThanksMusalaiah ......