ProjectInfo.Move(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the object to be a child of another folder.
public:
void Move(System::String ^ folderName);
public void Move (string folderName);
member this.Move : string -> unit
Public Sub Move (folderName As String)
Parameters
- folderName
- String
The folder name.