Plumtree Pluggable Navigation API  
 

NavigationCommonHelpers.GetNavSettingsValueAsString Method 

Helper function for getting values of settings in NavigationSettings.xml as Strings.

public static string GetNavSettingsValueAsString(
   string strKey,
   AActivitySpace owner
);

Parameters

strKey
Name of the navigation setting
owner
Current Activityspace

Return Value

String The requested Navigation setting value as a String. null if the value doesn't exist.

See Also

NavigationCommonHelpers Class | com.plumtree.portalpages.common.uiparts Namespace