Show / Hide Table of Contents

Class GroupedBasicView

Inheritance
object
GroupedBasicView
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 GroupedBasicView

Constructors

GroupedBasicView()

Declaration
public GroupedBasicView()

GroupedBasicView(BasicView)

Declaration
public GroupedBasicView(BasicView basic)
Parameters
Type Name Description
BasicView basic

Properties

DocumentTypeName

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

Results

Declaration
public List<BasicView> Results { get; set; }
Property Value
Type Description
List<BasicView>

Extension Methods

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