Click or drag to resize
VersionInfo Constructor
Constructor - Creates version info.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public VersionInfo(
	string versionString,
	string hotfixString
)

Parameters

versionString
Type: SystemString
Version string
hotfixString
Type: SystemString
Hotfix version string
See Also