RenameFolder(String, String) Constructor
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.
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