Click or drag to resize
IOModuleMetadata Class
Represents the IO module metadata.
Inheritance Hierarchy

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

The IOModuleMetadata type exposes the following members.

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