Click or drag to resize
SearchTextExtractorsModuleMetadata Class
Represents the Search Text Extractors module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.Search.TextExtractorsSearchTextExtractorsModuleMetadata

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

The SearchTextExtractorsModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodSearchTextExtractorsModuleMetadata
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