Class DocumentSearchOutput
Inheritance
System.Object
DocumentSearchOutput
Assembly: Volo.Docs.Application.Contracts.dll
Syntax
public class DocumentSearchOutput : object
Constructors
DocumentSearchOutput()
Declaration
public DocumentSearchOutput()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Highlight
Declaration
public List<string> Highlight { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods