Class BasicView
Assembly: DotNetNuke.Web.dll
Syntax
Constructors
BasicView()
Declaration
Properties
Attributes
Declaration
public IDictionary<string, string> Attributes { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DocumentTypeName
Declaration
public string DocumentTypeName { get; set; }
Property Value
DocumentUrl
Declaration
public string DocumentUrl { get; set; }
Property Value
Snippet
Declaration
public string Snippet { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Extension Methods