Class DocumentSearchInput
Inheritance
System.Object
DocumentSearchInput
Assembly: Volo.Docs.Application.Contracts.dll
public class DocumentSearchInput : object
Properties
Context
Declaration
public string Context { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? MaxResultCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public Guid ProjectId { get; set; }
Property Value
Declaration
public int? SkipCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods