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