Uiinfrastructure API Docs  
 

AActivitySpace.SetTrackCurrentPage Method 

This method turns on and off automatic tracking of the current IDisplayPage. The Interpreter calls SetCurrentPage at the end of every request with the most recently viewed IDisplayPage. If bTrack is false, MainAS will ignore this information. This is the default state.

public virtual void SetTrackCurrentPage(
   bool bTrack
);

Parameters

bTrack

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace