aspx:RecentDocuments
This component displays a list of documents recently uploaded to Magentrix Document Library within an Active Page:
<aspx:RecentDocuments runat='server' />
Properties
| Property | Description |
|---|
| FolderId | The folder's unique record ID. The parameter is optional and limits the results to a specific folder. |
| Recursive | If a folder ID is provided, you can set this to true so that Magentrix not only looks at the documents direct under the specified folder but also all the sub-folders of that folder. |
| 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 |