Share via


CreateFolder Class

Definition

Represents the operation to create a folder in a project.

public class CreateFolder : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
type CreateFolder = class
    inherit ExecutableStep
Public Class CreateFolder
Inherits ExecutableStep
Inheritance
CreateFolder

Constructors

CreateFolder(String)

Initializes a new instance of the CreateFolder class.

Properties

Action
FolderPath

Gets the project relative path of the folder to be created.

Applies to