SW PDM get input info from template.run(this.Handle.ToInt32(), vault1.RootFolderID);

Part of my program is very similar to the 2015 SOLIDWORKS API Help - Execute Template Example (C#)​ . What i need to do know is is to pull some of the info imputed on the card into my API program. Namely I ether need to get the serial number generated on the template or I need the name of the files generated by the template so i can access the files. Is it possible to get this info?

SolidworksApi macros