Click or drag to resize
ClientFolderAdd Method
Makes a new MOVEit Transfer folder with the given path.

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

Parameters

MOVEitFolder
Type: SystemString
Path of the folder to be added.

Return Value

Type: String
ID of the newly created folder if successful; otherwise, "0".
See Also