Show / Hide Table of Contents

Class SearchDocument

Inheritance
object
SearchDocumentToDelete
SearchDocument
SearchResult
Inherited Members
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 SearchDocument : SearchDocumentToDelete

Constructors

SearchDocument()

Declaration
public SearchDocument()

Properties

Body

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

Description

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

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
bool

ModifiedTimeUtc

Declaration
public DateTime ModifiedTimeUtc { get; set; }
Property Value
Type Description
DateTime

Permissions

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

Tags

Declaration
public IEnumerable<string> Tags { get; set; }
Property Value
Type Description
IEnumerable<string>

Title

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

Url

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
SearchDocumentToDelete.ToString()

Extension Methods

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