Class GetNavigationNodeWithLinkModel
Inheritance
GetNavigationNodeWithLinkModel
Assembly: Volo.Docs.Web.dll
Syntax
public class GetNavigationNodeWithLinkModel
Constructors
GetNavigationNodeWithLinkModel()
Declaration
public GetNavigationNodeWithLinkModel()
Properties
LanguageCode
Declaration
[Required]
[DynamicStringLength(typeof(LanguageConsts), "MaxLanguageCodeLength", null)]
public string LanguageCode { get; set; }
Property Value
Declaration
[Required]
public string ProjectFormat { get; set; }
Property Value
ProjectId
Declaration
public Guid ProjectId { get; set; }
Property Value
ProjectName
Declaration
[Required]
public string ProjectName { get; set; }
Property Value
RouteVersion
Declaration
[Required]
public string RouteVersion { get; set; }
Property Value
Version
Declaration
[DynamicStringLength(typeof(ProjectConsts), "MaxVersionNameLength", null)]
public string Version { get; set; }
Property Value
Extension Methods