Show / Hide Table of Contents

Class BasicView

Inheritance
object
BasicView
DetailedView
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.InternalServices.Views.Search
Assembly: DotNetNuke.Web.dll
Syntax
public class BasicView

Constructors

BasicView()

Declaration
public BasicView()

Properties

Attributes

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

Description

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

DocumentTypeName

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

DocumentUrl

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

Snippet

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

Title

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

Extension Methods

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