Click or drag to resize
Client.FolderListFoldersAll Method (String)
Returns a List of MOVEitFolderInfo objects which contain information about all folders the currently authorized user can access.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public List<MOVEitFolderInfo> FolderListFoldersAll(
	string OrgID
)

Parameters

OrgID
Type: System.String
ID of the organization to list the folders of.

Return Value

Type: List<MOVEitFolderInfo>
List containing list results if successful; otherwise, null.
Remarks
Returns an empty List if no subfolders are found. The "OrgID" argument only applies if the currently authorized user is a SysAdmin; by default this value is the same as the currently authorized user's OrgID.
See Also