TdxPSFileBasedExplorer.Root Property
Returns an object representing the root folder.
Declaration
property Root: TdxPSFileBasedExplorerRootFolder read;
Property Value
Type |
---|
TdxPSFileBasedExplorerRootFolder |
Remarks
Use the Root property to access the root folder. The object returned allows you to navigate through the folders and reports hierarchy. You can use the obtained object’s Folders and Items properties for this purpose.
The Root property overrides the base class Root property to return an object of the proper type.
See Also