Click or drag to resize
TaxonomyModuleMetadata Class
Represents the Taxonomy module metadata.
Inheritance Hierarchy

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 11.0.0
Syntax
C#
public class TaxonomyModuleMetadata : ModuleMetadata

The TaxonomyModuleMetadata type exposes the following members.

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