◆ GetClassMemberNodeFromXMLinFile()

static string GetClassMemberNodeFromXMLinFile ( string  XmlFilePathAndName,
string  classNameMemberName,
string  nodeName,
bool  removeWhitespace = true,
bool  removeCRLF = true 
)
static
Parameters
XmlFilePathAndNamepath and file name, relative to the root project folder. If the path cannot be found an IO exception will be thrown.
classNameMemberNameshould be in the form of Namespace.ClassName.MemberName. Function parameters are ignored, so if multiple overloaded variants of the same function-name exist, only the summary section of the first function that happens to be found with a matching name, will be returned.
nodeNamespecifies which node inside the member the data should be extracted from, in the form of the nodes name
removeWhitespacedefault is false. when true will remove whitespace from the returned string
removeCRLFdefault is false. when true will remove CarrigeReturns and lineFeed characters from the returned string
Returns
summary for member found in the xml file

References Zipper.Unzip().

Referenced by EmbededXMLTooltip.GetDocNodeForField().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: