Want to limit the amount of files a folder shows in ProjectWise WebParts? Simple!
In SS3 and previous version:
1. Navigate to the folder where WebParts is deployed to. (Site location usually is c:\inetpub\wwwroot if is deployed to IIS default website)2. Open ecom.config in notepad3. look for and change 50 in the quotes to an amount to refelect how many files you want to show in a folder in the Content WebParts and Save the file
<!-- Number of items to be shown on one page of content list.--> <add key="FlexibleListPageSize" value="50" />
4. Re-launch the ProjectWise WebParts site and login. The change will be reflected.
In SS4:
1. Navigate to the folder where WebParts deployed to and navigate in to ...Resources\WebControls\ProjectWise. (Site location usually is c:\inetpub\wwwroot if is deployed to IIS default 2. Open FlexibleList.ascx in notepad3. Scroll to the setting below and change 50 in the quotes to an amount to refelect how many files you want to show in a folder in the Content WebParts and Save the file
<asp:DataPager ID="pager" runat="server" PagedControlID="flexibleList" PageSize="50">
If you have trouble or need help please do not hesitate to contact the ProjectWise Technical Support Team.