Returns the list of all classes that extend from className given a parentClass where the lookup for className should start
function getAllSubtypeOf input TypeName className; input TypeName parentClass = $Code(AllLoadedClasses); input Boolean qualified = false; input Boolean includePartial = false; input Boolean sort = false; output TypeName classNames[:]; end getAllSubtypeOf;