ModuleInfo Constructor (String, String) |
Initializes a new instance of the
ModuleInfo class using the specified virtual module properties.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax public ModuleInfo(
string name,
string rootPath
)
Parameters
- name
- Type: SystemString
The name of the virtual module. - rootPath
- Type: SystemString
The directory with the virtual module files.
See Also