ClientFolderListFolders Method |
Returns a List of
MOVEitFolderInfo objects which
contain information about subfolders of the specified folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public List<MOVEitFolderInfo> FolderListFolders(
string MOVEitFolder
)
Public Function FolderListFolders (
MOVEitFolder As String
) As List(Of MOVEitFolderInfo)
public:
List<MOVEitFolderInfo^>^ FolderListFolders(
String^ MOVEitFolder
)
Parameters
- MOVEitFolder
- Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to list subfolders of.
Return Value
Type:
ListMOVEitFolderInfoList containing list results if successful; otherwise,
null.
Remarks
Returns an empty List if no subfolders are found.
Returns null if the current user is not authorized to list subfolders in the given folder.
See Also