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