Click or drag to resize
SearchLuceneModuleMetadata Class
Represents the Search Lucene module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.Search.Lucene3SearchLuceneModuleMetadata

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 9.0.0
Syntax
C#
public class SearchLuceneModuleMetadata : ModuleMetadata

The SearchLuceneModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodSearchLuceneModuleMetadata
Default constructor
Top
Properties
  NameDescription
Public propertyName
Gets the module name.
(Inherited from ModuleMetadata.)
Public propertyRootPath
Gets the directory with module files.
(Inherited from ModuleMetadata.)
Top
See Also