Table of Contents


aspx:RecentDocuments

This component displays a list of documents recently uploaded to Magentrix Document Library within an Active Page:
 

<aspx:RecentDocuments runat='server' />

 

Properties

PropertyDescription
FolderIdThe folder's unique record ID. The parameter is optional and limits the results to a specific folder.
RecursiveIf 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.
SizeThe number of recent documents/ sub-folders to be shown, a number between 1 and 40, default is: 10.
SortHow should the folders and documents be sorted? Possible values are: Name, CreatedOn and ModifiedOn, default is:CreatedOn
SortDirectionValues: Assending or Descending sort. Default: Descending