Click or drag to resize
ModuleInfo Constructor (String, String)
Initializes a new instance of the ModuleInfo class using the specified virtual module properties.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
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