Plumtree Pluggable Navigation API  
 

NavigationCommonHelpers.GetNavSettingsValueAsInt Method 

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

public static int GetNavSettingsValueAsInt(
   string strKey,
   AActivitySpace owner
);

Parameters

strKey
Name of the navigation setting.
owner
Current Activityspace

Return Value

int The requested Navigation setting value as integer. -1 if the key doesn't exist or not an integer.

See Also

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