Table of Contents


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

PropertyDescription
FolderIdThe folder's unique record ID.
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