Click or drag to resize
ClientFolderGetDetails Method
Returns a MOVEitFolderInfo object containing information about the specified folder.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitFolderInfo FolderGetDetails(
	string MOVEitFolder
)

Parameters

MOVEitFolder
Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to get information about.

Return Value

Type: MOVEitFolderInfo
MOVEitFolderInfo object containing information about the folder if successful; otherwise, null.
Remarks
If the folder does not exist or the currently authorized user is not permitted to access it, then null is returned instead.
See Also