Interface ISourceCodeStore
Namespace: Volo.Abp.Cli.ProjectBuilding
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface ISourceCodeStore
Methods
GetAsync(String, String, String, String)
Declaration
Task<TemplateFile> GetAsync(string name, string type, string version = null, string templateSource = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | type | |
| System.String | version | |
| System.String | templateSource |
Returns
| Type | Description |
|---|---|
| Task<TemplateFile> |