Class RenameHelper
Inheritance
System.Object
RenameHelper
Namespace: Volo.Abp.Cli.ProjectBuilding.Building.Steps
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class RenameHelper : object
Methods
RenameAll(List<FileEntry>, String, String)
Declaration
public static void RenameAll(List<FileEntry> entries, string placeHolder, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| List<FileEntry> | entries | |
| System.String | placeHolder | |
| System.String | name |