Class GetDocumentInput
Inheritance
System.Object
GetDocumentInput
Assembly: Volo.Docs.Application.Contracts.dll
public class GetDocumentInput : 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