Class DocumentSearchInput
Inheritance
DocumentSearchInput
Assembly: Volo.Docs.Application.Contracts.dll
public class DocumentSearchInput
Constructors
Declaration
public DocumentSearchInput()
Properties
Context
Declaration
public string Context { get; set; }
Property Value
Declaration
public string LanguageCode { get; set; }
Property Value
Declaration
public int? MaxResultCount { get; set; }
Property Value
Declaration
public Guid ProjectId { get; set; }
Property Value
Declaration
public int? SkipCount { get; set; }
Property Value
Declaration
public string Version { get; set; }
Property Value
Extension Methods