aspx:RecentFolderContents
This component displays a list of folder contents from Magentrix Document Library within an Active Page:
<aspx:RecentFolderContents runat='server' folderId='{folderID}' />
Properties
| Property | Description |
|---|
| FolderId | The folder's unique record ID. |
| Size | The number of recent documents/sub-folders to be shown, a number between 1 and 40, default is: 10. |
| Sort | How should the folders and documents be sorted? Possible values are: Name, CreatedOn and ModifiedOn, default is:CreatedOn |
| SortDirection | Values: Assending or Descending sort. Default: Descending |