Getting the original display name for an internal name
Bil Simser posted on a problem with CAML where he mentioned reverse engineering the internal field name to the original display name that created it. I had to do just this thing for one of migration utilities. Here’s the code (C#): // Fixup an internal name back to the regular way that it should be […]