Click or drag to resize
ModuleInfo Constructor (String, String)
Initializes a new instance of the ModuleInfo class

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ModuleInfo(
	string name,
	string version
)

Parameters

name
Type: SystemString
version
Type: SystemString
See Also