persistent class %MFT.FolderContents
extends %Persistent, %XML.Adaptor
%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.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
2
|
|
|
|
|
|
property Contents
as list of %MFT.ItemInfo;
Contents is a list of %MFT.ItemInfo to describe the folder contents.
property Recursive
as %Boolean;
Recursive is true if this list is a recursive list of all descendants of the folder.