Click or drag to resize
IOModule Class
Represents the IO module.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleEntry
    CMS.IOIOModule

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax
C#
public class IOModule : ModuleEntry

The IOModule type exposes the following members.

Constructors
  NameDescription
Public methodIOModule
Default constructor
Top
Properties
  NameDescription
Public propertyInitialized
True if the module was initialized
(Inherited from ModuleEntry.)
Public propertyIsInstallable
Indicates if module is designed as installable.
(Inherited from ModuleEntry.)
Public propertyModuleInfo
Gets the module info.
(Inherited from ModuleEntry.)
Public propertyModuleMetadata
Gets the module metadata.
(Inherited from ModuleEntry.)
Public propertyPreInitialized
True if the module was pre-initialized
(Inherited from ModuleEntry.)
Top
Methods
See Also