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