Class SearchType
Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke.dll
Syntax
public class SearchType : object
Properties
| Improve this Doc View SourceIsPrivate
Gets or sets a value indicating whether content from this SearchType will normally be not searched while performing site or module search.
Declaration
public bool IsPrivate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SearchResultClass
Gets or sets a class implementing BaseResultController. This class will be invoked by reflection.
Declaration
public string SearchResultClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SearchTypeId
Gets or sets search Type Id.
Declaration
public int SearchTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchTypeName
Gets or sets search Type Name.
Declaration
public string SearchTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |