Class GetParametersDocumentInput
Inheritance
GetParametersDocumentInput
Assembly: Volo.Docs.Application.Contracts.dll
public class GetParametersDocumentInput
Constructors
Declaration
public GetParametersDocumentInput()
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