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