Show / Hide Table of Contents

Class SearchType

Inheritance
object
SearchType
SearchContentSource
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke.dll
Syntax
public class SearchType

Constructors

SearchType()

Declaration
public SearchType()

Properties

IsPrivate

Declaration
public bool IsPrivate { get; set; }
Property Value
Type Description
bool

SearchResultClass

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

SearchTypeId

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

SearchTypeName

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

Extension Methods

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