Click or drag to resize
SynchronizationEngineModuleMetadata Class
Represents the Synchronization Engine module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.SynchronizationSynchronizationEngineModuleMetadata

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
public class SynchronizationEngineModuleMetadata : ModuleMetadata

The SynchronizationEngineModuleMetadata type exposes the following members.

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