ProjectInfo.Move(String) Method

Definition

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.

Applies to