Share via


RenameFolder(String, String) Constructor

Definition

Initializes a new instance of the RenameFolder class.

[Newtonsoft.Json.JsonConstructor]
public RenameFolder (string folderPath, string newName);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameFolder : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameFolder
Public Sub New (folderPath As String, newName As String)

Parameters

folderPath
String
newName
String
Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to