Class PullDocumentInput
Inheritance
System.Object
PullDocumentInput
Assembly: Volo.Docs.Admin.Application.Contracts.dll
public class PullDocumentInput : object
Properties
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid ProjectId { get; set; }
Property Value
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods