Show / Hide Table of Contents

Class DetailedView

Inheritance
object
BasicView
DetailedView
Inherited Members
BasicView.Title
BasicView.Snippet
BasicView.Description
BasicView.DocumentUrl
BasicView.DocumentTypeName
BasicView.Attributes
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 DetailedView : BasicView

Constructors

DetailedView()

Declaration
public DetailedView()

Properties

AuthorName

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

AuthorProfileUrl

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

Comments

Declaration
public int Comments { get; set; }
Property Value
Type Description
int

DisplayModifiedTime

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

Likes

Declaration
public int Likes { get; set; }
Property Value
Type Description
int

Tags

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

Views

Declaration
public int Views { get; set; }
Property Value
Type Description
int

Extension Methods

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