This is returned to me as XmlElement. I am having trouble writing some code that will check the grandchildren 'fields' for the 'FieldName' attribute. I need to return true if it can find a field with FieldName
as BARCODE and a FieldName as BOX_NUMBER. Not sure if this helps at all but the code that I use to retrieve this is;
Member
9 Points
31 Posts
Test for Child Node Attributes
Oct 27, 2015 09:41 PM|JohZant|LINK
I currently have this XML.
This is returned to me as XmlElement. I am having trouble writing some code that will check the grandchildren 'fields' for the 'FieldName' attribute. I need to return true if it can find a field with FieldName as BARCODE and a FieldName as BOX_NUMBER. Not sure if this helps at all but the code that I use to retrieve this is;
Any help is appreciated.
EDIT: Put XML in Code