Click or drag to resize
TranslationServicesModuleMetadata Class
Represents the Translation Services module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.TranslationServicesTranslationServicesModuleMetadata

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public class TranslationServicesModuleMetadata : ModuleMetadata

The TranslationServicesModuleMetadata type exposes the following members.

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