Uiinfrastructure API Docs  
 

XMLBaseVarPack.GetVarPackXMLFileName Method 

This method returns the name of the XML file that this VarPack should load. This should be the full name including the ".xml" suffix. The file will be loaded from the the portal config directory (ptportal\5.0\settings\config) and should be placed there.

public abstract string GetVarPackXMLFileName();

Return Value

String the full name of the xml file to load, without directory path.

See Also

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