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

NameTypeDescriptionDefaultOptions
ApplicationIdGuid?
BestMatchstring
BestMatchTitlestring
Bodystring
Categorystring
ContainerIdGuid?
ContentContent
ContentIdstring
ContentTypestring
ContentTypeIdGuid?
DateDateTime?
GroupGroup
GuidIdGuid?
Idstring
IndexedAtDateTime?
IsApplicationbool?
IsContainerbool?
IsContentbool?
SearchFieldsIList<SearchField>
SectionIdint?
TagsIList<string>
ThreadIdint?
Titlestring
Urlstring
UsersIList<User>
WikiIdint?

Methods

string ViewHtml();

Return Type

string

string ViewHtml(string target);

Parameters

NameTypeDescriptionRequiredDefaultOptions
targetstringTargetRequired

Return Type

string