Plumtree Pluggable Navigation API  
 

PTConfigVarPack.GetXMLElement Method 

Returns an xml element consisting of all the XML in the specified section and subsection. Returns null if no such section or subsection exists. It first tries to get the element from the base class file, and then from the PTConfig.xml file. WARNING: if the element exists in both the base x_config.xml file and the PTconfig.xml file, only the element from the base x_config.xml file will be returned.

public virtual XPElement GetXMLElement(
   string _strSection,
   string _strSubSection
);

Parameters

_strSection
_strSubSection

Return Value

See Also

PTConfigVarPack Class | com.plumtree.portaluiinfrastructure.application.varpacks Namespace