| ClientFolderRename Method  | 
            Renames an existing MOVEit Transfer folder with the given path.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool FolderRename(
	string MOVEitFolder,
	string NewName
)
Public Function FolderRename ( 
	MOVEitFolder As String,
	NewName As String
) As Boolean
public:
bool FolderRename(
	String^ MOVEitFolder, 
	String^ NewName
)
Parameters
- MOVEitFolder
 - Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to rename. - NewName
 - Type: SystemString
New name to apply to the folder. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also