Show / Hide Table of Contents

Class SearchResult

Inheritance
object
SearchDocumentToDelete
SearchDocument
SearchResult
Inherited Members
SearchDocument.ToString()
SearchDocument.Title
SearchDocument.Description
SearchDocument.Body
SearchDocument.Url
SearchDocument.ModifiedTimeUtc
SearchDocument.IsActive
SearchDocument.Permissions
SearchDocument.Tags
SearchDocumentToDelete.ToJsonString()
SearchDocumentToDelete.UniqueKey
SearchDocumentToDelete.RoleId
SearchDocumentToDelete.PortalId
SearchDocumentToDelete.TabId
SearchDocumentToDelete.ModuleDefId
SearchDocumentToDelete.ModuleId
SearchDocumentToDelete.AuthorUserId
SearchDocumentToDelete.SearchTypeId
SearchDocumentToDelete.QueryString
SearchDocumentToDelete.Keywords
SearchDocumentToDelete.NumericKeys
SearchDocumentToDelete.CultureCode
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke.dll
Syntax
public class SearchResult : SearchDocument

Constructors

SearchResult()

Declaration
public SearchResult()

Properties

AuthorName

Declaration
public string AuthorName { get; set; }
Property Value
Type Description
string

DisplayModifiedTime

Declaration
public string DisplayModifiedTime { get; }
Property Value
Type Description
string

DisplayScore

Declaration
public string DisplayScore { get; set; }
Property Value
Type Description
string

Score

Declaration
public float Score { get; set; }
Property Value
Type Description
float

SearchContext

Declaration
public IDictionary<string, string> SearchContext { get; set; }
Property Value
Type Description
IDictionary<string, string>

Snippet

Declaration
public string Snippet { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS