Class UpdateProjectDto
Inheritance
System.Object
UpdateProjectDto
Assembly: Volo.Docs.Admin.Application.Contracts.dll
Syntax
public class UpdateProjectDto : object
Properties
DefaultDocumentName
Declaration
public string DefaultDocumentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Dictionary<string, object> ExtraProperties { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
LatestVersionBranchName
Declaration
public string LatestVersionBranchName { get; set; }
Property Value
Type |
Description |
System.String |
|
MainWebsiteUrl
Declaration
public string MainWebsiteUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
MinimumVersion
Declaration
public string MinimumVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NavigationDocumentName
Declaration
public string NavigationDocumentName { get; set; }
Property Value
Type |
Description |
System.String |
|
ParametersDocumentName
Declaration
public string ParametersDocumentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods