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