Plumtree Pluggable Navigation API  
 

NavigationModel.GetNewTempData Method 

This method returns a new temporary data object. It is called at the beginning of a new HTTP Request. This method can perform initialization on the data object if necessary.

public override object GetNewTempData();

Return Value

Object the new temporary data object

See Also

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