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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public abstract void ChangeManagerTypeTo(
	Type newType
)

Parameters

newType
Type: SystemType
New manager type
See Also