Makes a new MOVEit Transfer folder with the given path.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string FolderAdd(
string MOVEitFolder
)
Public Function FolderAdd (
MOVEitFolder As String
) As String
public:
String^ FolderAdd(
String^ MOVEitFolder
)
Parameters
- MOVEitFolder
- Type: SystemString
Path of the folder to be added.
Return Value
Type:
StringID of the newly created folder if successful; otherwise, "0".
See Also