Table of Contents

TTMSFNCCloudStorageServices.GetFolderListHierarchical Method

Returns a folder tree with child folders expanded recursively.

API unit family: TMSFNCCloudStorageServices Declaring type: TTMSFNCCloudStorageServices

Syntax

function GetFolderListHierarchical(AFolder: TTMSFNCCloudItem; AIsRootFolder: Boolean = False; ADataObject: TObject = nil): TTMSFNCCloudItems;

Parameters

Name Description
AFolder Folder that starts the hierarchy.
AIsRootFolder Set to True when AFolder represents the provider root.
ADataObject Optional caller-owned object associated with the request.

Returns

A collection containing the hierarchical folder result.