Uiinfrastructure API Docs  
 

ConfigVarPack.InternalGetXMLElement Method 

Helper method that returns an xml element consisting of all the XML in the specified section and subsection. Returns null if no such section or subsection exists

protected static XPElement InternalGetXMLElement(
   XPDocument _xmlDoc,
   string _strSection,
   string _strSubSection
);

Parameters

_xmlDoc
the XPDocument
_strSection
_strSubSection

Return Value

See Also

ConfigVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace