Shared Files Display Settings

There are several properties of the Shared Files feature in mojoPortal that can be configured from the theme.skin file in the skin folder.

To use these properties you must first add this near the top of the theme.skin file if it does not already exist there:

<%@ Register Namespace="mojoPortal.Web.SharedFilesUI" Assembly="mojoPortal.Features.UI" TagPrefix="sf" %>

Then you can configure the available properties shown below with their default values:

<sf:SharedFilesDisplaySettings runat="server"
HideDescription="false"
HideSize="false"
HideDownloadCount="false"
HideModified="false"
HideUploadedBy="false"
HideFirstColumnIfNotEditable="false"
/>