Class PullModel.PullDocumentViewModel
Inheritance
PullModel.PullDocumentViewModel
Assembly: Volo.Docs.Admin.Web.dll
Syntax
public class PullModel.PullDocumentViewModel
Constructors
PullDocumentViewModel()
Declaration
public PullDocumentViewModel()
Properties
All
Declaration
public bool All { get; set; }
Property Value
LanguageCode
Declaration
[Required]
[DynamicStringLength(typeof(DocumentConsts), "MaxLanguageCodeNameLength", null)]
public string LanguageCode { get; set; }
Property Value
Name
Declaration
[Required]
[DynamicStringLength(typeof(DocumentConsts), "MaxNameLength", null)]
public string Name { get; set; }
Property Value
ProjectId
Declaration
[HiddenInput]
public Guid ProjectId { get; set; }
Property Value
Version
Declaration
[Required]
[DynamicStringLength(typeof(DocumentConsts), "MaxVersionNameLength", null)]
public string Version { get; set; }
Property Value
Extension Methods