Hi I am using a custom Content Provider using a SQL database and have had great success but..
Is there a way to intercept and change the Directory Names before end user presentation?
A typical path in my system looks like: Root\Objects\ObjectType (14)\Object (14.52)\
I want to show Root\Objects\Practitioners\John Doe\
I have no problem doing the translation but I need to do it at Runtime and not store it that way otherwise if John Doe changed his name my directory association would be lost.
Thanks,
Marc
Is there a way to intercept and change the Directory Names before end user presentation?
A typical path in my system looks like: Root\Objects\ObjectType (14)\Object (14.52)\
I want to show Root\Objects\Practitioners\John Doe\
I have no problem doing the translation but I need to do it at Runtime and not store it that way otherwise if John Doe changed his name my directory association would be lost.
Thanks,
Marc
