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