It looks like the TagCount field is not being updated when I use
DocumentTagInfo info = new DocumentTagInfo(docID, tagID);
DocumentTagInfoProvider.SetDocumentTagInfo(info);
It *is* updated properly when I use
DocumentTagInfoProvider.AddTags(groupID, docID, tagList);
Should I not be using SetDocumentTagInfo(info)?
Thanks,
CC