Click or drag to resize
WorkflowModuleMetadata Class
Represents the Workflow module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.WorkflowEngineWorkflowModuleMetadata

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

The WorkflowModuleMetadata type exposes the following members.

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