This activity allows to get the list of the children of an item.
The authorization string to authenticate in MicrosoftGraph service.
The Id of the drive on which the activity has to work on.
The Id of the item.
The path of the Item (File, Folder, ecc...). It must be '' (empty string) to work on the root of the drive. To work on any other folder the path must follow this pattern: 'folder1/folder2/folder3/.../file1.txt' (it is not necessary to specify the file if the item is a folder).
The list of the objects representing the children.
The number of the found children.
The list of the names of the children.
An additional filter which allow to keep only folders in the results.
An additional filter which allow to exclude folders from the results.
The maximum time the activity might take to be executed. If it takes longer, an exception will be thrown.
The id of the Microsoft Account of the owner of the Drive.
The email of the Microsoft Account of the owner of the Drive. Example: "mario.rossi@outlook.it".