%MFT.FolderContents
Class %MFT.FolderContents Extends (%Persistent, %XML.Adaptor) [ System = 4 ]
%MFT.FolderContents lists the contents of a folder. Note: Even though this class is in IRISLIB, the storage is in the namespace which creates the instance.
Properties
Recursive
Property Recursive As %Boolean;
Recursive is true if this list is a recursive list of all descendants of the folder.
Contents
Property Contents As list Of %MFT.ItemInfo;
Contents is a list of %MFT.ItemInfo to describe the folder contents.