Class CreateModel.CreateGithubProjectViewModel
Inheritance
CreateModel.CreateGithubProjectViewModel
Assembly: Volo.Docs.Admin.Web.dll
Syntax
public class CreateModel.CreateGithubProjectViewModel : CreateModel.CreateProjectViewModelBase
Constructors
CreateGithubProjectViewModel()
Declaration
public CreateGithubProjectViewModel()
Properties
GitHubAccessToken
Declaration
[DisplayOrder(10001)]
[StringLength(512)]
public string GitHubAccessToken { get; set; }
Property Value
GitHubRootUrl
Declaration
[DisplayOrder(10001)]
[Required]
[StringLength(256)]
public string GitHubRootUrl { get; set; }
Property Value
GitHubUserAgent
Declaration
[DisplayOrder(10002)]
[StringLength(64)]
public string GitHubUserAgent { get; set; }
Property Value
GithubVersionProviderSource
Declaration
[DisplayOrder(10003)]
public GithubVersionProviderSource GithubVersionProviderSource { get; set; }
Property Value
VersionBranchPrefix
Declaration
[DisplayOrder(10004)]
[StringLength(64)]
public string VersionBranchPrefix { get; set; }
Property Value
Extension Methods