Sharepoint - uploading files with column values can't load Taxonomy fields in target
问题 I am trying to transfer files from one document library on one farm to another. Since both are accessible from same network, I thought of getting column values from source and directly add it into a item on destination. Also upload the file along with the item. List list = ccSource.Web.Lists.GetByTitle("Source Library"); ccSource.ExecuteQuery(); // ccSource is initialized with source Site collection CamlQuery query = new CamlQuery(); ListItemCollection itemCollection = list.GetItems(CamlQuery