Class SearchContentModuleInfo
The SearchContentModuleInfo class represents an extension (by containment) of ModuleInfo to add a parameter that determines whether a module is Searchable.
Inheritance
Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke.dll
Syntax
public class SearchContentModuleInfo : object
Fields
| Improve this Doc View SourceMModControllerType
The SearchContentModuleInfo class represents an extension (by containment) of ModuleInfo to add a parameter that determines whether a module is Searchable.
Declaration
protected ISearchable MModControllerType
Field Value
Type | Description |
---|---|
ISearchable |
MModInfo
The SearchContentModuleInfo class represents an extension (by containment) of ModuleInfo to add a parameter that determines whether a module is Searchable.
Declaration
protected ModuleInfo MModInfo
Field Value
Type | Description |
---|---|
ModuleInfo |
SearchBaseControllerType
The SearchContentModuleInfo class represents an extension (by containment) of ModuleInfo to add a parameter that determines whether a module is Searchable.
Declaration
protected ModuleSearchBase SearchBaseControllerType
Field Value
Type | Description |
---|---|
ModuleSearchBase |
Properties
| Improve this Doc View SourceModControllerType
The SearchContentModuleInfo class represents an extension (by containment) of ModuleInfo to add a parameter that determines whether a module is Searchable.
Declaration
public ISearchable ModControllerType { get; set; }
Property Value
Type | Description |
---|---|
ISearchable |
ModInfo
The SearchContentModuleInfo class represents an extension (by containment) of ModuleInfo to add a parameter that determines whether a module is Searchable.
Declaration
public ModuleInfo ModInfo { get; set; }
Property Value
Type | Description |
---|---|
ModuleInfo |
ModSearchBaseControllerType
The SearchContentModuleInfo class represents an extension (by containment) of ModuleInfo to add a parameter that determines whether a module is Searchable.
Declaration
public ModuleSearchBase ModSearchBaseControllerType { get; set; }
Property Value
Type | Description |
---|---|
ModuleSearchBase |