I want to read all xml files inside a specific folder in C # .net
XDocument doc2 = XDocument.Load((PG.SMNR.XMLDataSourceUtil.GetXMLFilePath(Locale, "Products/category/product.xml")));
I have several products in a category folder. want to encode the folder and get all the xml file names.
XDocument doc2 = XDocument.Load((PG.SMNR.XMLDataSourceUtil.GetXMLFilePath(Locale, "Products/category/x1.xml")));
c # xml file
ram Apr 30 2018-11-11T00: 00Z
source share