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