You are here
Move a Folder
The Move method is used to move any SCMBaseObject, including folders. The method requires the object Id of the source folder and the target folder to move it to. There is no return parameter. If the move is unsuccessful an exception will be thrown.
The API also exposes a MoveMultiple method that can take an array of source folders and move them to a target folder. If more than 100 folders need to be moved, it is recommended to make multiple calls of 100 folders..