Class DetailedView
Assembly: DotNetNuke.Web.dll
Syntax
public class DetailedView : BasicView
Constructors
DetailedView()
Declaration
Properties
AuthorName
Declaration
public string AuthorName { get; set; }
Property Value
AuthorProfileUrl
Declaration
public string AuthorProfileUrl { get; set; }
Property Value
Declaration
public int Comments { get; set; }
Property Value
DisplayModifiedTime
Declaration
public string DisplayModifiedTime { get; set; }
Property Value
Likes
Declaration
public int Likes { get; set; }
Property Value
Declaration
public IEnumerable<string> Tags { get; set; }
Property Value
Views
Declaration
public int Views { get; set; }
Property Value
Extension Methods