Class MoveFolderStep
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding.Building.Steps
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class MoveFolderStep : ProjectBuildPipelineStep
Constructors
MoveFolderStep(string, string)
Declaration
public MoveFolderStep(string sourceFolder, string targetFolder)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceFolder | |
| string | targetFolder |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |