Hello,
I implemented a code for generate url using the document's category, so I installed the version 6 on my pc and got erros in some methods that not exists more.
Development of the code
Category name in the url.The main error that I got is on method :
DocumentCategoryInfoProvider.GetDocumentCategories("DocumentID = " + documentId, null);
This method and others that I used don't exists in this version and I need them to get the category display name to concat in my url and generate a new document alias.
Exist some namespace to compability of versions or other way to do my code works again.
Thanks
Leandro