Click or drag to resize
VersionManagerChangeManagerTypeTo Method
Changes the manager type to the given type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override void ChangeManagerTypeTo(
	Type newType
)

Parameters

newType
Type: SystemType
New manager type
See Also