Class GetDocumentInput
Inheritance
GetDocumentInput
Assembly: Volo.Docs.Application.Contracts.dll
public class GetDocumentInput
Constructors
Declaration
public GetDocumentInput()
Properties
Declaration
[Required]
[DynamicStringLength(typeof(LanguageConsts), "MaxLanguageCodeLength", null)]
public string LanguageCode { get; set; }
Property Value
Declaration
[Required]
[DynamicStringLength(typeof(DocumentConsts), "MaxNameLength", null)]
public string Name { 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