| ClientFolderListFoldersAll Method (String) | 
            Returns a List of 
MOVEitFolderInfo objects which
            contain information about all folders the currently authorized user can access.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic List<MOVEitFolderInfo> FolderListFoldersAll(
	string OrgID
)
Public Function FolderListFoldersAll ( 
	OrgID As String
) As List(Of MOVEitFolderInfo)
public:
List<MOVEitFolderInfo^>^ FolderListFoldersAll(
	String^ OrgID
)
Parameters
- OrgID
 - Type: SystemString
ID of the organization to list the folders of. 
Return Value
Type: 
ListMOVEitFolderInfoList 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