RenameFolder Class
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.
Represents the operation to rename a folder in a project.
public class RenameFolder : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
type RenameFolder = class
inherit ExecutableStep
Public Class RenameFolder
Inherits ExecutableStep
- Inheritance
Constructors
RenameFolder(String, String) |
Initializes a new instance of the RenameFolder class. |
Properties
Action | |
FolderPath |
Gets the path of the folder to be renamed. |
NewName |
Gets the name that the folder will be renamed to. |