Package Development - Remove Tab from Recently Viewed Items

Discussions related to SoftPro Select user interface development.

Moderator: Phil Barton

Post Reply
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Package Development - Remove Tab from Recently Viewed Items

Post by roteague »

Is there a way to keep tabs in our custom packages from displaying in the list of Recent Item? Similar to the way that they don't show up on the SPAdmin package.
Robert
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Re: Package Development - Remove Tab from Recently Viewed Items

Post by roteague »

Followup on this. In the OnCreateEditor method, there is a out parameter - mru. Could setting this to false be the answer?

Thanks,

Robert
Robert
Mark McKenna

Re: Package Development - Remove Tab from Recently Viewed Items

Post by Mark McKenna »

That is correct. The 'mru' parameter should be set to true if you want the editor entry added to the list, otherwise set it to false. If you do nothing, the default value for that parameter is dependent upon the state of the EditorCreateFlags parameter.
Post Reply