SearchResult
is defined in the Telligent.Evolution.Extensibility.Search.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SearchResult { Guid? ApplicationId { get; set; } string BestMatch { get; set; } string BestMatchTitle { get; set; } string Body { get; set; } Guid? ContainerId { get; set; } string ContentId { get; set; } string ContentType { get; set; } Guid? ContentTypeId { get; set; } DateTime? Date { get; set; } Guid? GuidId { get; set; } string Id { get; set; } DateTime? IndexedAt { get; set; } bool? IsApplication { get; set; } bool? IsContainer { get; set; } bool? IsContent { get; set; } List<SearchField> SearchFields { get; set; } IList<string> Tags { get; set; } string Title { get; set; } string Url { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | |||
BestMatch | string | |||
BestMatchTitle | string | |||
Body | string | |||
ContainerId | Guid? | |||
ContentId | string | |||
ContentType | string | |||
ContentTypeId | Guid? | |||
Date | DateTime? | |||
GuidId | Guid? | |||
Id | string | |||
IndexedAt | DateTime? | |||
IsApplication | bool? | |||
IsContainer | bool? | |||
IsContent | bool? | |||
SearchFields | List<SearchField> | |||
Tags | IList<string> | |||
Title | string | |||
Url | string |