SearchResult is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class SearchResult
{
Guid? ApplicationId { get; set; }
string BestMatch { get; set; }
string BestMatchTitle { get; set; }
string Body { get; set; }
string Category { get; set; }
Guid? ContainerId { get; set; }
Content Content { get; }
string ContentId { get; set; }
string ContentType { get; set; }
Guid? ContentTypeId { get; set; }
DateTime? Date { get; set; }
Group Group { 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; }
IList<SearchField> SearchFields { get; set; }
int? SectionId { get; set; }
IList<string> Tags { get; set; }
int? ThreadId { get; set; }
string Title { get; set; }
string Url { get; set; }
IList<User> Users { get; set; }
int? WikiId { get; set; }
string ViewHtml();
string ViewHtml(string target);
}
Properties
| Name | Type | Description | Default | Options |
|---|
| ApplicationId | Guid? | | | |
| BestMatch | string | | | |
| BestMatchTitle | string | | | |
| Body | string | | | |
| Category | string | | | |
| ContainerId | Guid? | | | |
| Content | Content | | | |
| ContentId | string | | | |
| ContentType | string | | | |
| ContentTypeId | Guid? | | | |
| Date | DateTime? | | | |
| Group | Group | | | |
| GuidId | Guid? | | | |
| Id | string | | | |
| IndexedAt | DateTime? | | | |
| IsApplication | bool? | | | |
| IsContainer | bool? | | | |
| IsContent | bool? | | | |
| SearchFields | IList<SearchField> | | | |
| SectionId | int? | | | |
| Tags | IList<string> | | | |
| ThreadId | int? | | | |
| Title | string | | | |
| Url | string | | | |
| Users | IList<User> | | | |
| WikiId | int? | | | |
Methods
string ViewHtml();
Return Type
string
string ViewHtml(string target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| target | string | Target | Required | | |
Return Type
string